aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/sysctl.c')
-rw-r--r--net/sctp/sysctl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c
index 1250751bca1b..238cf1737576 100644
--- a/net/sctp/sysctl.c
+++ b/net/sctp/sysctl.c
@@ -278,6 +278,13 @@ static struct ctl_table sctp_net_table[] = {
278 .proc_handler = proc_dointvec, 278 .proc_handler = proc_dointvec,
279 }, 279 },
280 { 280 {
281 .procname = "ecn_enable",
282 .data = &init_net.sctp.ecn_enable,
283 .maxlen = sizeof(int),
284 .mode = 0644,
285 .proc_handler = proc_dointvec,
286 },
287 {
281 .procname = "addr_scope_policy", 288 .procname = "addr_scope_policy",
282 .data = &init_net.sctp.scope_policy, 289 .data = &init_net.sctp.scope_policy,
283 .maxlen = sizeof(int), 290 .maxlen = sizeof(int),