aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ipv6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 113028fb8f66..dfa7ae3c5607 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -576,6 +576,8 @@ extern int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf);
576extern int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf, 576extern int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
577 struct group_filter __user *optval, 577 struct group_filter __user *optval,
578 int __user *optlen); 578 int __user *optlen);
579extern unsigned int inet6_hash_frag(__be32 id, const struct in6_addr *saddr,
580 const struct in6_addr *daddr, u32 rnd);
579 581
580#ifdef CONFIG_PROC_FS 582#ifdef CONFIG_PROC_FS
581extern int ac6_proc_init(struct net *net); 583extern int ac6_proc_init(struct net *net);