Lines Matching refs:net
13 static u32 __ipv6_select_ident(struct net *net, u32 hashrnd, in __ipv6_select_ident() argument
21 hash ^= net_hash_mix(net); in __ipv6_select_ident()
42 void ipv6_proxy_select_ident(struct net *net, struct sk_buff *skb) in ipv6_proxy_select_ident() argument
59 id = __ipv6_select_ident(net, ip6_proxy_idents_hashrnd, in ipv6_proxy_select_ident()
65 __be32 ipv6_select_ident(struct net *net, in ipv6_select_ident() argument
74 id = __ipv6_select_ident(net, ip6_idents_hashrnd, daddr, saddr); in ipv6_select_ident()
141 int __ip6_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) in __ip6_local_out() argument
152 net, sk, skb, NULL, skb_dst(skb)->dev, in __ip6_local_out()
157 int ip6_local_out(struct net *net, struct sock *sk, struct sk_buff *skb) in ip6_local_out() argument
161 err = __ip6_local_out(net, sk, skb); in ip6_local_out()
163 err = dst_output(net, sk, skb); in ip6_local_out()