diff options
Diffstat (limited to 'net/ipv4/sysctl_net_ipv4.c')
-rw-r--r-- | net/ipv4/sysctl_net_ipv4.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c index 66f8f1b1dc78..134d8e191366 100644 --- a/net/ipv4/sysctl_net_ipv4.c +++ b/net/ipv4/sysctl_net_ipv4.c | |||
@@ -324,13 +324,6 @@ static struct ctl_table ipv4_table[] = { | |||
324 | .proc_handler = proc_dointvec | 324 | .proc_handler = proc_dointvec |
325 | }, | 325 | }, |
326 | { | 326 | { |
327 | .procname = "tcp_max_syn_backlog", | ||
328 | .data = &sysctl_max_syn_backlog, | ||
329 | .maxlen = sizeof(int), | ||
330 | .mode = 0644, | ||
331 | .proc_handler = proc_dointvec | ||
332 | }, | ||
333 | { | ||
334 | .procname = "inet_peer_threshold", | 327 | .procname = "inet_peer_threshold", |
335 | .data = &inet_peer_threshold, | 328 | .data = &inet_peer_threshold, |
336 | .maxlen = sizeof(int), | 329 | .maxlen = sizeof(int), |
@@ -960,6 +953,13 @@ static struct ctl_table ipv4_net_table[] = { | |||
960 | .mode = 0644, | 953 | .mode = 0644, |
961 | .proc_handler = proc_dointvec | 954 | .proc_handler = proc_dointvec |
962 | }, | 955 | }, |
956 | { | ||
957 | .procname = "tcp_max_syn_backlog", | ||
958 | .data = &init_net.ipv4.sysctl_max_syn_backlog, | ||
959 | .maxlen = sizeof(int), | ||
960 | .mode = 0644, | ||
961 | .proc_handler = proc_dointvec | ||
962 | }, | ||
963 | #ifdef CONFIG_IP_ROUTE_MULTIPATH | 963 | #ifdef CONFIG_IP_ROUTE_MULTIPATH |
964 | { | 964 | { |
965 | .procname = "fib_multipath_use_neigh", | 965 | .procname = "fib_multipath_use_neigh", |