diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index fecdf31816f2..536e439ddf1d 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1091,7 +1091,7 @@ void sctp_transport_burst_limited(struct sctp_transport *); | |||
1091 | void sctp_transport_burst_reset(struct sctp_transport *); | 1091 | void sctp_transport_burst_reset(struct sctp_transport *); |
1092 | unsigned long sctp_transport_timeout(struct sctp_transport *); | 1092 | unsigned long sctp_transport_timeout(struct sctp_transport *); |
1093 | void sctp_transport_reset(struct sctp_transport *); | 1093 | void sctp_transport_reset(struct sctp_transport *); |
1094 | void sctp_transport_update_pmtu(struct sctp_transport *, u32); | 1094 | void sctp_transport_update_pmtu(struct sock *, struct sctp_transport *, u32); |
1095 | void sctp_transport_immediate_rtx(struct sctp_transport *); | 1095 | void sctp_transport_immediate_rtx(struct sctp_transport *); |
1096 | 1096 | ||
1097 | 1097 | ||
@@ -2003,7 +2003,7 @@ void sctp_assoc_update(struct sctp_association *old, | |||
2003 | 2003 | ||
2004 | __u32 sctp_association_get_next_tsn(struct sctp_association *); | 2004 | __u32 sctp_association_get_next_tsn(struct sctp_association *); |
2005 | 2005 | ||
2006 | void sctp_assoc_sync_pmtu(struct sctp_association *); | 2006 | void sctp_assoc_sync_pmtu(struct sock *, struct sctp_association *); |
2007 | void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int); | 2007 | void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int); |
2008 | void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int); | 2008 | void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int); |
2009 | void sctp_assoc_set_primary(struct sctp_association *, | 2009 | void sctp_assoc_set_primary(struct sctp_association *, |