]> 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)
commit9f94203b921266b654ff2e303cec0ae8dda1305e
tree7d82c07abe7e77d96983d3428697f2815e671204
parentbad8e6aa3b1c7de19805220c4b1c5f843740b2cc
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