aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHannes Frederic Sowa <hannes@stressinduktion.org>2013-10-23 05:06:56 -0400
committerDavid S. Miller <davem@davemloft.net>2013-10-23 17:01:40 -0400
commitb1190570b451fb9fd77be8c115fcdb418c5108a5 (patch)
tree6b9d50498ba3b2904b021da902362f90105ded8d /include
parente7b519ba55aeb675daee1d304e80d752c385f7f0 (diff)
ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once
Defer the fragmentation hash secret initialization for IPv6 like the previous patch did for IPv4. Because the netfilter logic reuses the hash secret we have to split it first. Thus introduce a new nf_hash_frag function which takes care to seed the hash secret. Cc: David S. Miller <davem@davemloft.net> Cc: Eric Dumazet <edumazet@google.com> Cc: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/ipv6.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index a35055f4f8da..dd96638ab8ff 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -805,8 +805,6 @@ int ip6_mc_source(int add, int omode, struct sock *sk,
805int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf); 805int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf);
806int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf, 806int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
807 struct group_filter __user *optval, int __user *optlen); 807 struct group_filter __user *optval, int __user *optlen);
808unsigned int inet6_hash_frag(__be32 id, const struct in6_addr *saddr,
809 const struct in6_addr *daddr, u32 rnd);
810 808
811#ifdef CONFIG_PROC_FS 809#ifdef CONFIG_PROC_FS
812int ac6_proc_init(struct net *net); 810int ac6_proc_init(struct net *net);