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)
commit792883303cdb3a7edd16017d7aba53926189ef41
tree6f55c849c97bb97fed30b4ca92c709cd4e5fe96f
parent9f8955cc468ddb7d08a0e614a45f9a82c4019b00
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
This page took 0.026527 seconds and 5 git commands to generate.