]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb9a453ffc280c8c98b7ea669d7b647049de918d5
tree25019bacfd854e86ffcb278c7cc7017516e6af28
parentc22c3475d7c891a9eb7c64bcfe96882b4d6dd25b
sctp: remove the unused sctp_assoc_is_match function

After Commit 6317b2e155ed ("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