diff options
Diffstat (limited to 'include/net/netns/mib.h')
-rw-r--r-- | include/net/netns/mib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/mib.h b/include/net/netns/mib.h index 449147604642..ffcef5de3d1d 100644 --- a/include/net/netns/mib.h +++ b/include/net/netns/mib.h | |||
@@ -11,6 +11,10 @@ struct netns_mib { | |||
11 | DEFINE_SNMP_STAT(struct udp_mib, udplite_statistics); | 11 | DEFINE_SNMP_STAT(struct udp_mib, udplite_statistics); |
12 | DEFINE_SNMP_STAT(struct icmp_mib, icmp_statistics); | 12 | DEFINE_SNMP_STAT(struct icmp_mib, icmp_statistics); |
13 | DEFINE_SNMP_STAT(struct icmpmsg_mib, icmpmsg_statistics); | 13 | DEFINE_SNMP_STAT(struct icmpmsg_mib, icmpmsg_statistics); |
14 | |||
15 | #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) | ||
16 | struct proc_dir_entry *proc_net_devsnmp6; | ||
17 | #endif | ||
14 | }; | 18 | }; |
15 | 19 | ||
16 | #endif | 20 | #endif |