OSDN Git Service

sctp: remove the unused sctp_assoc_is_match function
authorXin Long <lucien.xin@gmail.com>
Wed, 25 Apr 2018 09:46:47 +0000 (17:46 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Apr 2018 18:09:23 +0000 (14:09 -0400)
commit22e15b6f9c010ffded63e6c9720a656eb3d73835
tree25019bacfd854e86ffcb278c7cc7017516e6af28
parent81e696b57d4e9abe790da3a1a7a1dff749ae876d
sctp: remove the unused sctp_assoc_is_match function

After Commit 4f0087812648 ("sctp: apply rhashtable api to send/recv
path"), there's no place using sctp_assoc_is_match, so remove it.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/associola.c