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>
Showing
- include/net/arp.h 0 additions, 9 deletionsinclude/net/arp.h
- include/net/dst.h 5 additions, 0 deletionsinclude/net/dst.h
- include/net/dst_ops.h 1 addition, 0 deletionsinclude/net/dst_ops.h
- net/bridge/br_netfilter.c 6 additions, 0 deletionsnet/bridge/br_netfilter.c
- net/decnet/dn_route.c 7 additions, 0 deletionsnet/decnet/dn_route.c
- net/ipv4/route.c 19 additions, 7 deletionsnet/ipv4/route.c
- net/ipv6/route.c 7 additions, 0 deletionsnet/ipv6/route.c
- net/xfrm/xfrm_policy.c 7 additions, 0 deletionsnet/xfrm/xfrm_policy.c
Loading
Please register or sign in to comment