Files
linux-legacy/include
Eric Dumazet f757fec4b0 net: use net_eq() in INET_MATCH and INET_TW_MATCH
We can avoid some useless instructions if !CONFIG_NET_NS

Because of RCU, we use INET_MATCH or INET_TW_MATCH twice for the found
socket, so thats six instructions less per incoming TCP packet.

Yet another tbench speedup :)

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-21 15:49:19 -08:00
..
2008-11-11 21:17:26 -05:00
2008-11-20 21:10:23 -08:00
2008-10-22 22:09:59 -07:00
2008-10-14 10:33:14 +02:00