aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/structs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 97024faaa08f..b1bd2689bb70 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1739,6 +1739,12 @@ struct sctp_association {
1739 */ 1739 */
1740 __u32 rwnd_over; 1740 __u32 rwnd_over;
1741 1741
1742 /* Keeps treack of rwnd pressure. This happens when we have
1743 * a window, but not recevie buffer (i.e small packets). This one
1744 * is releases slowly (1 PMTU at a time ).
1745 */
1746 __u32 rwnd_press;
1747
1742 /* This is the sndbuf size in use for the association. 1748 /* This is the sndbuf size in use for the association.
1743 * This corresponds to the sndbuf size for the association, 1749 * This corresponds to the sndbuf size for the association,
1744 * as specified in the sk->sndbuf. 1750 * as specified in the sk->sndbuf.