net: Pass net into dst_output and remove dst_output_okfn
Replace dst_output_okfn with dst_output Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
3f5312ae62
commit
13206b6bff
@@ -1944,7 +1944,7 @@ static void xfrm_policy_queue_process(unsigned long arg)
|
||||
skb_dst_drop(skb);
|
||||
skb_dst_set(skb, dst);
|
||||
|
||||
dst_output(skb->sk, skb);
|
||||
dst_output(net, skb->sk, skb);
|
||||
}
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user