ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
[linux-2.6-block.git] / include / net / ipv6.h
index 30eb1821c184e74b6fd8e62c9e40f6da2c7c9ac7..42834039cf20b7ade04ca4c37b32576dda9ffc7e 100644 (file)
@@ -865,7 +865,7 @@ int ip6_forward(struct sk_buff *skb);
 int ip6_input(struct sk_buff *skb);
 int ip6_mc_input(struct sk_buff *skb);
 
-int __ip6_local_out(struct sock *sk, struct sk_buff *skb);
+int __ip6_local_out(struct net *net, struct sock *sk, struct sk_buff *skb);
 int ip6_local_out(struct sock *sk, struct sk_buff *skb);
 
 /*