]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Merge ip6_local_out and ip6_local_out_sk
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 7 Oct 2015 21:48:40 +0000 (16:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:26:58 +0000 (04:26 -0700)
commit1b1e4a1956086f8d167c3aed722ca289eb5b924d
tree6f55c849c97bb97fed30b4ca92c709cd4e5fe96f
parente3cdc5993f81134aadeee2366363148f9979744c
ipv6: Merge ip6_local_out and ip6_local_out_sk

Stop hidding the sk parameter with an inline helper function and make
all of the callers pass it, so that it is clear what the function is
doing.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_core.c
include/net/ip6_tunnel.h
include/net/ipv6.h
net/ipv6/ip6_output.c
net/ipv6/netfilter/ip6t_SYNPROXY.c
net/ipv6/netfilter/nf_dup_ipv6.c
net/ipv6/netfilter/nf_reject_ipv6.c
net/ipv6/output_core.c
net/netfilter/ipvs/ip_vs_xmit.c