aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index c8e8cb241090..3712caeae74e 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -586,6 +586,10 @@ extern int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
586 int __user *optlen); 586 int __user *optlen);
587 587
588#ifdef CONFIG_PROC_FS 588#ifdef CONFIG_PROC_FS
589extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
590extern void ipv6_frag_sysctl_init(struct net *net);
591extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);
592
589extern int ac6_proc_init(void); 593extern int ac6_proc_init(void);
590extern void ac6_proc_exit(void); 594extern void ac6_proc_exit(void);
591extern int raw6_proc_init(void); 595extern int raw6_proc_init(void);