]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: drop the old assoc hashtable of sctp
authorXin Long <lucien.xin@gmail.com>
Wed, 30 Dec 2015 15:50:49 +0000 (23:50 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jan 2016 17:24:01 +0000 (12:24 -0500)
commit91a9388b927a93c970bd11763b760324e3f6cc40
tree7d82c07abe7e77d96983d3428697f2815e671204
parentc785c4dfda796c10bfe03b571ccbc545889fd04b
sctp: drop the old assoc hashtable of sctp

transport hashtable will replace the association hashtable,
so association hashtable is not used in sctp any more, so
drop the codes about that.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
include/net/sctp/structs.h
net/sctp/input.c
net/sctp/protocol.c
net/sctp/sm_sideeffect.c
net/sctp/socket.c