net: Pass net into dst_output and remove dst_output_okfn
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 7 Oct 2015 21:48:35 +0000 (16:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 11:26:54 +0000 (04:26 -0700)
commit13206b6bff3b15b724926a222406476bf2c23c40
tree4d433aa937254f44d86411cd33355072b56925ab
parent3f5312ae620c79e877a6aa0e8894c6603a090b4e
net: Pass net into dst_output and remove dst_output_okfn

Replace dst_output_okfn with dst_output

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
19 files changed:
include/net/dst.h
net/decnet/dn_nsp_out.c
net/ipv4/ip_forward.c
net/ipv4/ip_output.c
net/ipv4/ip_vti.c
net/ipv4/ipmr.c
net/ipv4/raw.c
net/ipv4/xfrm4_output.c
net/ipv6/ip6_output.c
net/ipv6/ip6_vti.c
net/ipv6/ip6mr.c
net/ipv6/mcast.c
net/ipv6/ndisc.c
net/ipv6/output_core.c
net/ipv6/raw.c
net/ipv6/xfrm6_output.c
net/netfilter/ipvs/ip_vs_xmit.c
net/xfrm/xfrm_output.c
net/xfrm/xfrm_policy.c
This page took 0.032481 seconds and 5 git commands to generate.