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 f7d9c3fc06fd..e90e7a9935dd 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1915,6 +1915,7 @@ struct sctp_association {
1915 __u32 addip_serial; 1915 __u32 addip_serial;
1916 union sctp_addr *asconf_addr_del_pending; 1916 union sctp_addr *asconf_addr_del_pending;
1917 int src_out_of_asoc_ok; 1917 int src_out_of_asoc_ok;
1918 struct sctp_transport *new_transport;
1918 1919
1919 /* SCTP AUTH: list of the endpoint shared keys. These 1920 /* SCTP AUTH: list of the endpoint shared keys. These
1920 * keys are provided out of band by the user applicaton 1921 * keys are provided out of band by the user applicaton