]> git.baikalelectronics.ru Git - kernel.git/commit
mib: add net to NET_ADD_STATS_BH
authorPavel Emelyanov <xemul@openvz.org>
Thu, 17 Jul 2008 03:32:25 +0000 (20:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jul 2008 03:32:25 +0000 (20:32 -0700)
commitfafe802d207c7c47f9715095fed8ae36e4045103
tree58c2ea153c45d14ecf348b6a891bcf3b258c6547
parent88fce06917d4d135cb2c7ce91878a7da496985a3
mib: add net to NET_ADD_STATS_BH

This one is tricky.

The thing is that this macro is only used when killing tw buckets,
but since this killer is promiscuous wrt to which net each particular
tw belongs to, I have to use it only when NET_NS is off. When the net
namespaces are on, I use the INET_INC_STATS_BH for each bucket.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/ipv4/inet_timewait_sock.c