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)
commitb5eff7128366c4a7a9b502097a968ec9cae2bea2
tree7d82c07abe7e77d96983d3428697f2815e671204
parent39f66a7dce3213fb0a0c6256929c816df27c7548
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