diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index c4735310a923..86964b353c31 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -604,7 +604,6 @@ static int zero; | |||
604 | 604 | ||
605 | static struct ctl_table ip4_frags_ns_ctl_table[] = { | 605 | static struct ctl_table ip4_frags_ns_ctl_table[] = { |
606 | { | 606 | { |
607 | .ctl_name = NET_IPV4_IPFRAG_HIGH_THRESH, | ||
608 | .procname = "ipfrag_high_thresh", | 607 | .procname = "ipfrag_high_thresh", |
609 | .data = &init_net.ipv4.frags.high_thresh, | 608 | .data = &init_net.ipv4.frags.high_thresh, |
610 | .maxlen = sizeof(int), | 609 | .maxlen = sizeof(int), |
@@ -612,7 +611,6 @@ static struct ctl_table ip4_frags_ns_ctl_table[] = { | |||
612 | .proc_handler = proc_dointvec | 611 | .proc_handler = proc_dointvec |
613 | }, | 612 | }, |
614 | { | 613 | { |
615 | .ctl_name = NET_IPV4_IPFRAG_LOW_THRESH, | ||
616 | .procname = "ipfrag_low_thresh", | 614 | .procname = "ipfrag_low_thresh", |
617 | .data = &init_net.ipv4.frags.low_thresh, | 615 | .data = &init_net.ipv4.frags.low_thresh, |
618 | .maxlen = sizeof(int), | 616 | .maxlen = sizeof(int), |
@@ -620,26 +618,22 @@ static struct ctl_table ip4_frags_ns_ctl_table[] = { | |||
620 | .proc_handler = proc_dointvec | 618 | .proc_handler = proc_dointvec |
621 | }, | 619 | }, |
622 | { | 620 | { |
623 | .ctl_name = NET_IPV4_IPFRAG_TIME, | ||
624 | .procname = "ipfrag_time", | 621 | .procname = "ipfrag_time", |
625 | .data = &init_net.ipv4.frags.timeout, | 622 | .data = &init_net.ipv4.frags.timeout, |
626 | .maxlen = sizeof(int), | 623 | .maxlen = sizeof(int), |
627 | .mode = 0644, | 624 | .mode = 0644, |
628 | .proc_handler = proc_dointvec_jiffies, | 625 | .proc_handler = proc_dointvec_jiffies, |
629 | .strategy = sysctl_jiffies | ||
630 | }, | 626 | }, |
631 | { } | 627 | { } |
632 | }; | 628 | }; |
633 | 629 | ||
634 | static struct ctl_table ip4_frags_ctl_table[] = { | 630 | static struct ctl_table ip4_frags_ctl_table[] = { |
635 | { | 631 | { |
636 | .ctl_name = NET_IPV4_IPFRAG_SECRET_INTERVAL, | ||
637 | .procname = "ipfrag_secret_interval", | 632 | .procname = "ipfrag_secret_interval", |
638 | .data = &ip4_frags.secret_interval, | 633 | .data = &ip4_frags.secret_interval, |
639 | .maxlen = sizeof(int), | 634 | .maxlen = sizeof(int), |
640 | .mode = 0644, | 635 | .mode = 0644, |
641 | .proc_handler = proc_dointvec_jiffies, | 636 | .proc_handler = proc_dointvec_jiffies, |
642 | .strategy = sysctl_jiffies | ||
643 | }, | 637 | }, |
644 | { | 638 | { |
645 | .procname = "ipfrag_max_dist", | 639 | .procname = "ipfrag_max_dist", |