]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Add ->neigh_lookup() operation to dst_ops
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 07:40:17 +0000 (00:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 07:40:17 +0000 (00:40 -0700)
commitd3aaeb38c40e5a6c08dd31a1b64da65c4352be36
tree1c17b41d11edc7a7b3477a294cba440f2a14796c
parent69cce1d1404968f78b177a0314f5822d5afdbbfb
net: Add ->neigh_lookup() operation to dst_ops

In the future dst entries will be neigh-less.  In that environment we
need to have an easy transition point for current users of
dst->neighbour outside of the packet output fast path.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/arp.h
include/net/dst.h
include/net/dst_ops.h
net/bridge/br_netfilter.c
net/decnet/dn_route.c
net/ipv4/route.c
net/ipv6/route.c
net/xfrm/xfrm_policy.c