net: Abstract dst->neighbour accesses behind helpers.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 06:09:49 +0000 (23:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 06:11:35 +0000 (23:11 -0700)
commit69cce1d1404968f78b177a0314f5822d5afdbbfb
tree26223264fd69ea8078d0013fd5a76eb7aeb04c12
parent9cbb7ecbcff85077bb12301aaf4c9b5a56c5993d
net: Abstract dst->neighbour accesses behind helpers.

dst_{get,set}_neighbour()

Signed-off-by: David S. Miller <davem@davemloft.net>
29 files changed:
drivers/infiniband/core/addr.c
drivers/infiniband/hw/cxgb3/iwch_cm.c
drivers/infiniband/hw/cxgb4/cm.c
drivers/infiniband/hw/nes/nes_cm.c
drivers/infiniband/ulp/ipoib/ipoib_main.c
drivers/infiniband/ulp/ipoib/ipoib_multicast.c
drivers/net/cxgb3/cxgb3_offload.c
drivers/s390/net/qeth_l3_main.c
drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c
drivers/scsi/cxgbi/libcxgbi.c
include/net/dst.h
net/atm/clip.c
net/bridge/br_netfilter.c
net/core/dst.c
net/core/neighbour.c
net/decnet/dn_neigh.c
net/decnet/dn_route.c
net/ipv4/ip_gre.c
net/ipv4/ip_output.c
net/ipv4/route.c
net/ipv6/addrconf.c
net/ipv6/ip6_fib.c
net/ipv6/ip6_output.c
net/ipv6/ndisc.c
net/ipv6/route.c
net/ipv6/sit.c
net/sched/sch_teql.c
net/xfrm/xfrm_policy.c