commit | d3aaeb38c40e5a6c08dd31a1b64da65c4352be36 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Jul 18 00:40:17 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 18 00:40:17 2011 -0700 |
tree | 1c17b41d11edc7a7b3477a294cba440f2a14796c | |
parent | 69cce1d1404968f78b177a0314f5822d5afdbbfb [diff] |
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>