net: Add optional SKB arg to dst_ops->neigh_lookup().
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Jul 2012 04:52:24 +0000 (21:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2012 08:04:01 +0000 (01:04 -0700)
commitf894cbf847c9bea1955095bf37aca6c050553167
tree9cc63b36c2d299bba95ea90213f4a9ef0ae433d6
parent5110effee8fde2edfacac9cd12a9960ab2dc39ea
net: Add optional SKB arg to dst_ops->neigh_lookup().

Causes the handler to use the daddr in the ipv4/ipv6 header when
the route gateway is unspecified (local subnet).

Signed-off-by: David S. Miller <davem@davemloft.net>
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