Searched hist:fdcc8aa953a1123a289791dd192090651036d593 (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | udp.h | diff fdcc8aa953a1123a289791dd192090651036d593 Sun Nov 08 11:17:05 CET 2009 Eric Dumazet <eric.dumazet@gmail.com> udp: add a counter into udp_hslot
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>
|
/linux/net/ipv4/ |
H A D | udp.c | diff fdcc8aa953a1123a289791dd192090651036d593 Sun Nov 08 11:17:05 CET 2009 Eric Dumazet <eric.dumazet@gmail.com> udp: add a counter into udp_hslot
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>
|