sctp: introduce sctp_assoc_set_pmtu
All changes to asoc PMTU should now go through this wrapper, making it easier to track them and to do other actions upon it. Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
c88da20f95
commit
c4b2893dae
@@ -2097,6 +2097,7 @@ int sctp_assoc_update(struct sctp_association *old,
|
||||
|
||||
__u32 sctp_association_get_next_tsn(struct sctp_association *);
|
||||
|
||||
void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu);
|
||||
void sctp_assoc_sync_pmtu(struct sctp_association *asoc);
|
||||
void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int);
|
||||
void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int);
|
||||
|
Reference in New Issue
Block a user