]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: Kill hh_cache->hh_output
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2011 00:45:02 +0000 (17:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Jul 2011 00:45:02 +0000 (17:45 -0700)
commit76edcae4d2a5ec3b94f21c4120155c46f848499d
treed7bd2c13199485c2504d6b315d451cebba6978ae
parent0521b2e029fd811d768d7ce23a00674a44ae44ea
neigh: Kill hh_cache->hh_output

It's just taking on one of two possible values, either
neigh_ops->output or dev_queue_xmit().  And this is purely depending
upon whether nud_state has NUD_CONNECTED set or not.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/net/neighbour.h
net/core/neighbour.c
net/ipv4/route.c