diff options
Diffstat (limited to 'net/ipv6/reassembly.c')
-rw-r--r-- | net/ipv6/reassembly.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index 45efc39753e2..4d98549a6868 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.c | |||
@@ -635,7 +635,6 @@ static const struct inet6_protocol frag_protocol = | |||
635 | #ifdef CONFIG_SYSCTL | 635 | #ifdef CONFIG_SYSCTL |
636 | static struct ctl_table ip6_frags_ns_ctl_table[] = { | 636 | static struct ctl_table ip6_frags_ns_ctl_table[] = { |
637 | { | 637 | { |
638 | .ctl_name = NET_IPV6_IP6FRAG_HIGH_THRESH, | ||
639 | .procname = "ip6frag_high_thresh", | 638 | .procname = "ip6frag_high_thresh", |
640 | .data = &init_net.ipv6.frags.high_thresh, | 639 | .data = &init_net.ipv6.frags.high_thresh, |
641 | .maxlen = sizeof(int), | 640 | .maxlen = sizeof(int), |
@@ -643,7 +642,6 @@ static struct ctl_table ip6_frags_ns_ctl_table[] = { | |||
643 | .proc_handler = proc_dointvec | 642 | .proc_handler = proc_dointvec |
644 | }, | 643 | }, |
645 | { | 644 | { |
646 | .ctl_name = NET_IPV6_IP6FRAG_LOW_THRESH, | ||
647 | .procname = "ip6frag_low_thresh", | 645 | .procname = "ip6frag_low_thresh", |
648 | .data = &init_net.ipv6.frags.low_thresh, | 646 | .data = &init_net.ipv6.frags.low_thresh, |
649 | .maxlen = sizeof(int), | 647 | .maxlen = sizeof(int), |
@@ -651,26 +649,22 @@ static struct ctl_table ip6_frags_ns_ctl_table[] = { | |||
651 | .proc_handler = proc_dointvec | 649 | .proc_handler = proc_dointvec |
652 | }, | 650 | }, |
653 | { | 651 | { |
654 | .ctl_name = NET_IPV6_IP6FRAG_TIME, | ||
655 | .procname = "ip6frag_time", | 652 | .procname = "ip6frag_time", |
656 | .data = &init_net.ipv6.frags.timeout, | 653 | .data = &init_net.ipv6.frags.timeout, |
657 | .maxlen = sizeof(int), | 654 | .maxlen = sizeof(int), |
658 | .mode = 0644, | 655 | .mode = 0644, |
659 | .proc_handler = proc_dointvec_jiffies, | 656 | .proc_handler = proc_dointvec_jiffies, |
660 | .strategy = sysctl_jiffies, | ||
661 | }, | 657 | }, |
662 | { } | 658 | { } |
663 | }; | 659 | }; |
664 | 660 | ||
665 | static struct ctl_table ip6_frags_ctl_table[] = { | 661 | static struct ctl_table ip6_frags_ctl_table[] = { |
666 | { | 662 | { |
667 | .ctl_name = NET_IPV6_IP6FRAG_SECRET_INTERVAL, | ||
668 | .procname = "ip6frag_secret_interval", | 663 | .procname = "ip6frag_secret_interval", |
669 | .data = &ip6_frags.secret_interval, | 664 | .data = &ip6_frags.secret_interval, |
670 | .maxlen = sizeof(int), | 665 | .maxlen = sizeof(int), |
671 | .mode = 0644, | 666 | .mode = 0644, |
672 | .proc_handler = proc_dointvec_jiffies, | 667 | .proc_handler = proc_dointvec_jiffies, |
673 | .strategy = sysctl_jiffies | ||
674 | }, | 668 | }, |
675 | { } | 669 | { } |
676 | }; | 670 | }; |