mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cf91a99daa
commit
33224b16ff
18 changed files with 25 additions and 27 deletions
|
@ -866,7 +866,7 @@ int ip6_input(struct sk_buff *skb);
|
|||
int ip6_mc_input(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);
|
||||
int ip6_local_out(struct net *net, struct sock *sk, struct sk_buff *skb);
|
||||
|
||||
/*
|
||||
* Extension header (options) processing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue