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)
commitf2bf415cfed703de5ba94d25cdb160920c01fb00
tree58c2ea153c45d14ecf348b6a891bcf3b258c6547
parent6f67c817fcfd94f5ca0f14b114b7fa25c0210c8b
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