ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
[deliverable/linux.git] / include / net / ip.h
index 03e80f9368474d5115ad68dd24326f4c86e5871c..34b40381fb9ba056a3c189ffc49b6323711ab765 100644 (file)
@@ -112,7 +112,7 @@ int ip_mc_output(struct sock *sk, struct sk_buff *skb);
 int ip_do_fragment(struct net *net, struct sock *sk, struct sk_buff *skb,
                   int (*output)(struct net *, struct sock *, struct sk_buff *));
 void ip_send_check(struct iphdr *ip);
-int __ip_local_out(struct sock *sk, struct sk_buff *skb);
+int __ip_local_out(struct net *net, struct sock *sk, struct sk_buff *skb);
 int ip_local_out(struct sock *sk, struct sk_buff *skb);
 
 int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
This page took 0.043177 seconds and 5 git commands to generate.