[SCTP]: Remove temporary associations from backlog and hash.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 31 Oct 2006 02:55:11 +0000 (18:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Oct 2006 02:55:11 +0000 (18:55 -0800)
commitde76e695a5ce19c121ba7e246b45f258be678a75
tree6a1a715574371cf4b8b84ef1a4e84d3b14c6fd77
parent4f4443088b763ca4ac7521e9b4a881b52c294dec
[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>
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/input.c