mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
netns: move /proc/net/dev_snmp6 to struct net
Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4a7e56098f
commit
835bcc0497
2 changed files with 15 additions and 9 deletions
|
@ -11,6 +11,10 @@ struct netns_mib {
|
|||
DEFINE_SNMP_STAT(struct udp_mib, udplite_statistics);
|
||||
DEFINE_SNMP_STAT(struct icmp_mib, icmp_statistics);
|
||||
DEFINE_SNMP_STAT(struct icmpmsg_mib, icmpmsg_statistics);
|
||||
|
||||
#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
|
||||
struct proc_dir_entry *proc_net_devsnmp6;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue