diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 82116e84ee34..70eb64a7e1a1 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1211,6 +1211,8 @@ int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *, | |||
1211 | int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *); | 1211 | int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *); |
1212 | int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *, | 1212 | int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *, |
1213 | struct sctp_sock *); | 1213 | struct sctp_sock *); |
1214 | int sctp_bind_addr_conflict(struct sctp_bind_addr *, const union sctp_addr *, | ||
1215 | struct sctp_sock *, struct sctp_sock *); | ||
1214 | int sctp_bind_addr_state(const struct sctp_bind_addr *bp, | 1216 | int sctp_bind_addr_state(const struct sctp_bind_addr *bp, |
1215 | const union sctp_addr *addr); | 1217 | const union sctp_addr *addr); |
1216 | union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, | 1218 | union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, |