dst: Pass net into dst->output

The network namespace is already passed into dst_output pass it into
dst->output lwt->output and friends.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eric W. Biederman
2015-10-07 16:48:47 -05:00
committed by David S. Miller
parent 33224b16ff
commit ede2059dba
18 changed files with 45 additions and 53 deletions

View File

@@ -1957,7 +1957,7 @@ purge_queue:
xfrm_pol_put(pol);
}
static int xdst_queue_output(struct sock *sk, struct sk_buff *skb)
static int xdst_queue_output(struct net *net, struct sock *sk, struct sk_buff *skb)
{
unsigned long sched_next;
struct dst_entry *dst = skb_dst(skb);