linux/net/sctp
Vlad Yasevich de76e695a5 [SCTP]: Remove temporary associations from backlog and hash.
Every time SCTP creates a temporary association, the stack hashes it,
puts it on a list of endpoint associations and increments the backlog.
However, the lifetime of a temporary association is the processing time
of a current packet and it's destroyed after that. In fact, we don't
really want anyone else finding this association. There is no reason to
do this extra work.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-10-30 18:55:11 -08:00
..
associola.c [SCTP]: Remove temporary associations from backlog and hash. 2006-10-30 18:55:11 -08:00
bind_addr.c
chunk.c
command.c
crc32c.c
debug.c
endpointola.c [SCTP]: Remove temporary associations from backlog and hash. 2006-10-30 18:55:11 -08:00
input.c [SCTP]: Remove temporary associations from backlog and hash. 2006-10-30 18:55:11 -08:00
inqueue.c
ipv6.c [IPV6]: Make sure error handling is done when calling ip6_route_output(). 2006-10-18 19:55:27 -07:00
Kconfig
Makefile
objcnt.c
output.c
outqueue.c
primitive.c
proc.c [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. 2006-10-11 23:59:46 -07:00
protocol.c [SCTP]: Correctly set IP id for SCTP traffic 2006-10-30 18:54:32 -08:00
sm_make_chunk.c
sm_sideeffect.c
sm_statefuns.c
sm_statetable.c
socket.c [SCTP]: Correctly set IP id for SCTP traffic 2006-10-30 18:54:32 -08:00
ssnmap.c
sysctl.c
transport.c
tsnmap.c
ulpevent.c
ulpqueue.c