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 bb965742b64e..96621db22466 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1938,6 +1938,8 @@ void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned); | |||
1938 | void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned); | 1938 | void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned); |
1939 | void sctp_assoc_set_primary(struct sctp_association *, | 1939 | void sctp_assoc_set_primary(struct sctp_association *, |
1940 | struct sctp_transport *); | 1940 | struct sctp_transport *); |
1941 | void sctp_assoc_del_nonprimary_peers(struct sctp_association *, | ||
1942 | struct sctp_transport *); | ||
1941 | int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, | 1943 | int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, |
1942 | gfp_t); | 1944 | gfp_t); |
1943 | int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *, | 1945 | int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *, |