mib: put tcp statistics on struct net
authorPavel Emelyanov <xemul@openvz.org>
Fri, 18 Jul 2008 11:02:08 +0000 (04:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jul 2008 11:02:08 +0000 (04:02 -0700)
commit57ef42d59d1c1d79be59fc3c6380ae14234e38c3
tree4ccc2166f6967ac1fb582715f7d7d5bb5c9205fc
parent9b4661bd6e5437508e0920608f3213c23212cd1b
mib: put tcp statistics on struct net

Proc temporary uses stats from init_net.

BTW, TCP_XXX_STATS are beautiful (w/o do { } while (0) facing) again :)

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/mib.h
include/net/tcp.h
net/ipv4/af_inet.c
net/ipv4/proc.c
net/ipv4/tcp.c