aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/output_core.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv6/output_core.c b/net/ipv6/output_core.c
index 055e85cb7b65..21678acd4521 100644
--- a/net/ipv6/output_core.c
+++ b/net/ipv6/output_core.c
@@ -61,9 +61,9 @@ void ipv6_proxy_select_ident(struct net *net, struct sk_buff *skb)
61} 61}
62EXPORT_SYMBOL_GPL(ipv6_proxy_select_ident); 62EXPORT_SYMBOL_GPL(ipv6_proxy_select_ident);
63 63
64u32 ipv6_select_ident(struct net *net, 64__be32 ipv6_select_ident(struct net *net,
65 const struct in6_addr *daddr, 65 const struct in6_addr *daddr,
66 const struct in6_addr *saddr) 66 const struct in6_addr *saddr)
67{ 67{
68 static u32 ip6_idents_hashrnd __read_mostly; 68 static u32 ip6_idents_hashrnd __read_mostly;
69 u32 id; 69 u32 id;