diff options
Diffstat (limited to 'net/sctp/sysctl.c')
| -rw-r--r-- | net/sctp/sysctl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c index 89fa20c73a5c..7fc31849312b 100644 --- a/net/sctp/sysctl.c +++ b/net/sctp/sysctl.c | |||
| @@ -110,6 +110,14 @@ static ctl_table sctp_table[] = { | |||
| 110 | .proc_handler = &proc_dointvec | 110 | .proc_handler = &proc_dointvec |
| 111 | }, | 111 | }, |
| 112 | { | 112 | { |
| 113 | .ctl_name = NET_SCTP_SNDBUF_POLICY, | ||
| 114 | .procname = "sndbuf_policy", | ||
| 115 | .data = &sctp_sndbuf_policy, | ||
| 116 | .maxlen = sizeof(int), | ||
| 117 | .mode = 0644, | ||
| 118 | .proc_handler = &proc_dointvec | ||
| 119 | }, | ||
| 120 | { | ||
| 113 | .ctl_name = NET_SCTP_PATH_MAX_RETRANS, | 121 | .ctl_name = NET_SCTP_PATH_MAX_RETRANS, |
| 114 | .procname = "path_max_retrans", | 122 | .procname = "path_max_retrans", |
| 115 | .data = &sctp_max_retrans_path, | 123 | .data = &sctp_max_retrans_path, |
