aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/sysctl_net_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/sysctl_net_ipv4.c')
-rw-r--r--net/ipv4/sysctl_net_ipv4.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
index 43a18a317053..6a9349c27f00 100644
--- a/net/ipv4/sysctl_net_ipv4.c
+++ b/net/ipv4/sysctl_net_ipv4.c
@@ -511,13 +511,6 @@ static struct ctl_table ipv4_table[] = {
511 .extra2 = &thousand, 511 .extra2 = &thousand,
512 }, 512 },
513 { 513 {
514 .procname = "tcp_invalid_ratelimit",
515 .data = &sysctl_tcp_invalid_ratelimit,
516 .maxlen = sizeof(int),
517 .mode = 0644,
518 .proc_handler = proc_dointvec_ms_jiffies,
519 },
520 {
521 .procname = "tcp_available_ulp", 514 .procname = "tcp_available_ulp",
522 .maxlen = TCP_ULP_BUF_MAX, 515 .maxlen = TCP_ULP_BUF_MAX,
523 .mode = 0444, 516 .mode = 0444,
@@ -1145,6 +1138,13 @@ static struct ctl_table ipv4_net_table[] = {
1145 .extra1 = &zero, 1138 .extra1 = &zero,
1146 .extra2 = &one, 1139 .extra2 = &one,
1147 }, 1140 },
1141 {
1142 .procname = "tcp_invalid_ratelimit",
1143 .data = &init_net.ipv4.sysctl_tcp_invalid_ratelimit,
1144 .maxlen = sizeof(int),
1145 .mode = 0644,
1146 .proc_handler = proc_dointvec_ms_jiffies,
1147 },
1148 { } 1148 { }
1149}; 1149};
1150 1150