net: Pass net into dst_output and remove dst_output_okfn
[deliverable/linux.git] / net / ipv4 / xfrm4_output.c
index cd6be736e19fcb06aa68f42e07eb51c5ce2c10d2..17db61f4b439178dfe37cbe9e53926e75e5f7825 100644 (file)
@@ -87,7 +87,7 @@ static int __xfrm4_output(struct net *net, struct sock *sk, struct sk_buff *skb)
 #ifdef CONFIG_NETFILTER
        if (!x) {
                IPCB(skb)->flags |= IPSKB_REROUTED;
-               return dst_output(sk, skb);
+               return dst_output(net, sk, skb);
        }
 #endif
 
This page took 0.024201 seconds and 5 git commands to generate.