diff options
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | 2018-04-26 15:58:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-27 14:35:22 -0400 |
commit | c4b2893dae6427ce1e528033383c94cbf81e80d8 (patch) | |
tree | f59a37a6fc863c939a09436d92d4f46b1477d1cd /include/net/sctp | |
parent | c88da20f95ad0bfa49e3e9035c26aaac0b05d11d (diff) |
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>
Diffstat (limited to 'include/net/sctp')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 05594b248e52..c5e244be8f1e 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -2097,6 +2097,7 @@ int sctp_assoc_update(struct sctp_association *old, | |||
2097 | 2097 | ||
2098 | __u32 sctp_association_get_next_tsn(struct sctp_association *); | 2098 | __u32 sctp_association_get_next_tsn(struct sctp_association *); |
2099 | 2099 | ||
2100 | void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu); | ||
2100 | void sctp_assoc_sync_pmtu(struct sctp_association *asoc); | 2101 | void sctp_assoc_sync_pmtu(struct sctp_association *asoc); |
2101 | void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int); | 2102 | void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned int); |
2102 | void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int); | 2103 | void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned int); |