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:
415ce61
)
udp: add a counter into udp_hslot
author
Eric Dumazet
<eric.dumazet@gmail.com>
Sun, 8 Nov 2009 10:17:05 +0000
(10:17 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 9 Nov 2009 04:53:04 +0000
(20:53 -0800)
Adds a counter in udp_hslot to keep an accurate count
of sockets present in chain.
This will permit to upcoming UDP lookup algo to chose
the shortest chain when secondary hash is added.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found