aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index b00d85e14fe1..8d7f26d684e5 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -275,6 +275,7 @@ struct sctp_sock {
275 __u16 default_flags; 275 __u16 default_flags;
276 __u32 default_context; 276 __u32 default_context;
277 __u32 default_timetolive; 277 __u32 default_timetolive;
278 __u32 default_rcv_context;
278 279
279 /* Heartbeat interval: The endpoint sends out a Heartbeat chunk to 280 /* Heartbeat interval: The endpoint sends out a Heartbeat chunk to
280 * the destination address every heartbeat interval. This value 281 * the destination address every heartbeat interval. This value
@@ -1657,6 +1658,9 @@ struct sctp_association {
1657 __u32 default_context; 1658 __u32 default_context;
1658 __u32 default_timetolive; 1659 __u32 default_timetolive;
1659 1660
1661 /* Default receive parameters */
1662 __u32 default_rcv_context;
1663
1660 /* This tracks outbound ssn for a given stream. */ 1664 /* This tracks outbound ssn for a given stream. */
1661 struct sctp_ssnmap *ssnmap; 1665 struct sctp_ssnmap *ssnmap;
1662 1666