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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
index 70730f7aeafe..3f6a1e762e9c 100644
--- a/net/ipv4/sysctl_net_ipv4.c
+++ b/net/ipv4/sysctl_net_ipv4.c
@@ -605,6 +605,13 @@ static struct ctl_table ipv4_table[] = {
605 .mode = 0644, 605 .mode = 0644,
606 .proc_handler = proc_dointvec 606 .proc_handler = proc_dointvec
607 }, 607 },
608 {
609 .procname = "tcp_challenge_ack_limit",
610 .data = &sysctl_tcp_challenge_ack_limit,
611 .maxlen = sizeof(int),
612 .mode = 0644,
613 .proc_handler = proc_dointvec
614 },
608#ifdef CONFIG_NET_DMA 615#ifdef CONFIG_NET_DMA
609 { 616 {
610 .procname = "tcp_dma_copybreak", 617 .procname = "tcp_dma_copybreak",