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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 47e54f8e2b65..448f713a0205 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1543,6 +1543,7 @@ struct sctp_association {
1543 __u8 asconf_capable; /* Does peer support ADDIP? */ 1543 __u8 asconf_capable; /* Does peer support ADDIP? */
1544 __u8 prsctp_capable; /* Can peer do PR-SCTP? */ 1544 __u8 prsctp_capable; /* Can peer do PR-SCTP? */
1545 __u8 auth_capable; /* Is peer doing SCTP-AUTH? */ 1545 __u8 auth_capable; /* Is peer doing SCTP-AUTH? */
1546 __u8 addip_capable; /* Can peer do ADD-IP */
1546 1547
1547 __u32 adaptation_ind; /* Adaptation Code point. */ 1548 __u32 adaptation_ind; /* Adaptation Code point. */
1548 1549