ipv4: Merge ip_local_out and ip_local_out_sk
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 7 Oct 2015 21:48:38 +0000 (16:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:26:57 +0000 (04:26 -0700)
commite2cb77db089796f163092326ca25512845df7a3a
treed3ebd206afc735e0a6b3cb5ffe959774fd5d1e56
parentb92dacd45698e120104ff81066ceb534916090d9
ipv4: Merge ip_local_out and ip_local_out_sk

It is confusing and silly hiding a parameter so modify all of
the callers to pass in the appropriate socket or skb->sk if
no socket is known.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_core.c
drivers/net/ppp/pptp.c
drivers/net/vrf.c
include/net/ip.h
net/ipv4/igmp.c
net/ipv4/ip_output.c
net/ipv4/ip_tunnel_core.c
net/ipv4/netfilter/ipt_SYNPROXY.c
net/ipv4/netfilter/nf_dup_ipv4.c
net/ipv4/netfilter/nf_reject_ipv4.c
net/netfilter/ipvs/ip_vs_xmit.c
This page took 0.026655 seconds and 5 git commands to generate.