android_kernel_samsung_univ.../net/sctp
Daniel Borkmann 939cfa75a0 net: sctp: get rid of t_new macro for kzalloc
t_new rather obfuscates things where everyone else is using actual
function names instead of that macro, so replace it with kzalloc,
which is the function t_new wraps.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-17 17:08:04 -07:00
..
associola.c net: sctp: get rid of t_new macro for kzalloc 2013-06-17 17:08:04 -07:00
auth.c
bind_addr.c net: sctp: get rid of t_new macro for kzalloc 2013-06-17 17:08:04 -07:00
chunk.c
command.c
debug.c
endpointola.c net: sctp: get rid of t_new macro for kzalloc 2013-06-17 17:08:04 -07:00
input.c
inqueue.c
ipv6.c net: sctp: get rid of t_new macro for kzalloc 2013-06-17 17:08:04 -07:00
Kconfig
Makefile
objcnt.c
output.c
outqueue.c
primitive.c
probe.c
proc.c net: sctp: sideeffect: throw BUG if primary_path is NULL 2013-06-14 15:38:36 -07:00
protocol.c net: sctp: get rid of t_new macro for kzalloc 2013-06-17 17:08:04 -07:00
sm_make_chunk.c
sm_sideeffect.c net: sctp: sideeffect: throw BUG if primary_path is NULL 2013-06-14 15:38:36 -07:00
sm_statefuns.c net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first 2013-06-14 15:38:36 -07:00
sm_statetable.c
socket.c net: sctp: minor: remove variable in sctp_init_sock 2013-06-14 15:38:36 -07:00
ssnmap.c
sysctl.c net: Convert uses of typedef ctl_table to struct ctl_table 2013-06-13 02:36:09 -07:00
transport.c net: sctp: get rid of t_new macro for kzalloc 2013-06-17 17:08:04 -07:00
tsnmap.c
ulpevent.c
ulpqueue.c