aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 9f9de558541..c0563d1dd7c 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1427,7 +1427,7 @@ int sctp_endpoint_is_peeled_off(struct sctp_endpoint *,
1427 const union sctp_addr *); 1427 const union sctp_addr *);
1428struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *, 1428struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *,
1429 struct net *, const union sctp_addr *); 1429 struct net *, const union sctp_addr *);
1430int sctp_has_association(const union sctp_addr *laddr, 1430int sctp_has_association(struct net *net, const union sctp_addr *laddr,
1431 const union sctp_addr *paddr); 1431 const union sctp_addr *paddr);
1432 1432
1433int sctp_verify_init(const struct sctp_association *asoc, sctp_cid_t, 1433int sctp_verify_init(const struct sctp_association *asoc, sctp_cid_t,
@@ -2014,6 +2014,7 @@ void sctp_assoc_control_transport(struct sctp_association *,
2014 sctp_transport_cmd_t, sctp_sn_error_t); 2014 sctp_transport_cmd_t, sctp_sn_error_t);
2015struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32); 2015struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
2016struct sctp_transport *sctp_assoc_is_match(struct sctp_association *, 2016struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
2017 struct net *,
2017 const union sctp_addr *, 2018 const union sctp_addr *,
2018 const union sctp_addr *); 2019 const union sctp_addr *);
2019void sctp_assoc_migrate(struct sctp_association *, struct sock *); 2020void sctp_assoc_migrate(struct sctp_association *, struct sock *);