git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47ec132
)
neigh: Kill hh_cache->hh_output
author
David S. Miller
<davem@davemloft.net>
Sun, 17 Jul 2011 00:45:02 +0000
(17:45 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 17 Jul 2011 00:45:02 +0000
(17:45 -0700)
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>
No differences found