]> err.no Git - linux-2.6/blob - include/net/netns/mib.h
mib: put tcp statistics on struct net
[linux-2.6] / include / net / netns / mib.h
1 #ifndef __NETNS_MIB_H__
2 #define __NETNS_MIB_H__
3
4 #include <net/snmp.h>
5
6 struct netns_mib {
7         DEFINE_SNMP_STAT(struct tcp_mib, tcp_statistics);
8 };
9
10 #endif