diff options
Diffstat (limited to 'include/net/netns/sctp.h')
-rw-r--r-- | include/net/netns/sctp.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/netns/sctp.h b/include/net/netns/sctp.h index ebc813277662..0db7fb3e4e15 100644 --- a/include/net/netns/sctp.h +++ b/include/net/netns/sctp.h | |||
@@ -122,9 +122,12 @@ struct netns_sctp { | |||
122 | /* Flag to indicate if PR-CONFIG is enabled. */ | 122 | /* Flag to indicate if PR-CONFIG is enabled. */ |
123 | int reconf_enable; | 123 | int reconf_enable; |
124 | 124 | ||
125 | /* Flag to idicate if SCTP-AUTH is enabled */ | 125 | /* Flag to indicate if SCTP-AUTH is enabled */ |
126 | int auth_enable; | 126 | int auth_enable; |
127 | 127 | ||
128 | /* Flag to indicate if stream interleave is enabled */ | ||
129 | int intl_enable; | ||
130 | |||
128 | /* | 131 | /* |
129 | * Policy to control SCTP IPv4 address scoping | 132 | * Policy to control SCTP IPv4 address scoping |
130 | * 0 - Disable IPv4 address scoping | 133 | * 0 - Disable IPv4 address scoping |