diff options
author | Xin Long <lucien.xin@gmail.com> | 2018-04-25 12:46:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-25 21:09:23 +0300 |
commit | 22e15b6f9c010ffded63e6c9720a656eb3d73835 (patch) | |
tree | 25019bacfd854e86ffcb278c7cc7017516e6af28 /include/net/sctp | |
parent | 81e696b57d4e9abe790da3a1a7a1dff749ae876d (diff) | |
download | linux-22e15b6f9c010ffded63e6c9720a656eb3d73835.tar.xz |
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>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index a0ec462bc1a9..05594b248e52 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -2091,10 +2091,6 @@ void sctp_assoc_control_transport(struct sctp_association *asoc, enum sctp_transport_cmd command, sctp_sn_error_t error); struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32); -struct sctp_transport *sctp_assoc_is_match(struct sctp_association *, - struct net *, - const union sctp_addr *, - const union sctp_addr *); void sctp_assoc_migrate(struct sctp_association *, struct sock *); int sctp_assoc_update(struct sctp_association *old, struct sctp_association *new); |