diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:40:14 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:40:14 -0400 |
commit | ff877ea80efa2015b6263766f78ee42c2a1b32f9 (patch) | |
tree | 85205005c611ab774702148558321c6fb92f1ccd /include/net/netns/mib.h | |
parent | 30821fee4f0cb3e6d241d9f7ddc37742212e3eb7 (diff) | |
parent | d37e6bf68fc1eb34a4ad21d9ae8890ed37ea80e7 (diff) |
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6
Diffstat (limited to 'include/net/netns/mib.h')
-rw-r--r-- | include/net/netns/mib.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/net/netns/mib.h b/include/net/netns/mib.h new file mode 100644 index 000000000000..449147604642 --- /dev/null +++ b/include/net/netns/mib.h | |||
@@ -0,0 +1,16 @@ | |||
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 | DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); | ||
9 | DEFINE_SNMP_STAT(struct linux_mib, net_statistics); | ||
10 | DEFINE_SNMP_STAT(struct udp_mib, udp_statistics); | ||
11 | DEFINE_SNMP_STAT(struct udp_mib, udplite_statistics); | ||
12 | DEFINE_SNMP_STAT(struct icmp_mib, icmp_statistics); | ||
13 | DEFINE_SNMP_STAT(struct icmpmsg_mib, icmpmsg_statistics); | ||
14 | }; | ||
15 | |||
16 | #endif | ||