]> 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)
commite799a84722f65ed38a3608df1545f508c472a379
tree25019bacfd854e86ffcb278c7cc7017516e6af28
parent3e37cb7b5cab779d564966646ddb0dc57309e473
sctp: remove the unused sctp_assoc_is_match function

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