diff options
Diffstat (limited to 'include/net/sctp/structs.h')
| -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 2528f8a837d..4d591bfce45 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -1200,6 +1200,8 @@ int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,  int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);  int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,  			 struct sctp_sock *); +int sctp_bind_addr_state(const struct sctp_bind_addr *bp, +			 const union sctp_addr *addr);  union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr	*bp,  					const union sctp_addr	*addrs,  					int			addrcnt,  |