linux/net/sctp
wangweidong e477266838 sctp: remove redundant null check on asoc
In sctp_err_lookup, goto out while the asoc is not NULL, so remove the
check NULL. Also, in sctp_err_finish which called by sctp_v4_err and
sctp_v6_err, they pass asoc to sctp_err_finish while the asoc is not
NULL, so remove the check.

Signed-off-by: Wang Weidong <wangweidong1@huawei.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-12-11 15:39:34 -05:00
..
Kconfig net: sctp: get rid of SCTP_DBG_TSNS entirely 2013-07-02 00:08:03 -07:00
Makefile sctp: implement sctp association probing module 2010-04-30 22:41:09 -04:00
associola.c sctp: fix some comments in associola.c 2013-12-06 14:54:39 -05:00
auth.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
bind_addr.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
chunk.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
command.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
debug.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
endpointola.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
input.c sctp: remove redundant null check on asoc 2013-12-11 15:39:34 -05:00
inqueue.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ipv6.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
objcnt.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
output.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
outqueue.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
primitive.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
probe.c net: sctp: probe: allow more advanced ingress filtering by mark 2013-09-03 21:44:11 -04:00
proc.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
protocol.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sm_make_chunk.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sm_sideeffect.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sm_statefuns.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sm_statetable.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
socket.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ssnmap.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
sysctl.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
transport.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-12-09 20:20:14 -05:00
tsnmap.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ulpevent.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00
ulpqueue.c sctp: Fix FSF address in file headers 2013-12-06 12:37:56 -05:00