Searched refs:ipstats_mib (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/netns/ |
A D | mib.h | 8 DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); 10 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6_statistics);
|
/linux/net/ipv4/ |
A D | proc.c | 392 BUILD_BUG_ON(offsetof(struct ipstats_mib, mibs) != 0); in snmp_seq_show_ipstats() 395 offsetof(struct ipstats_mib, syncp)); in snmp_seq_show_ipstats() 504 offsetof(struct ipstats_mib, syncp)); in netstat_seq_show() 512 offsetof(struct ipstats_mib, syncp))); in netstat_seq_show()
|
A D | af_inet.c | 1754 net->mib.ip_statistics = alloc_percpu(struct ipstats_mib); in ipv4_mib_init_net() 1759 struct ipstats_mib *af_inet_stats; in ipv4_mib_init_net()
|
/linux/net/ipv6/ |
A D | proc.c | 220 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_seq_show() 237 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_dev_seq_show()
|
A D | af_inet6.c | 896 net->mib.ipv6_statistics = alloc_percpu(struct ipstats_mib); in ipv6_init_mibs() 901 struct ipstats_mib *af_inet6_stats; in ipv6_init_mibs()
|
A D | addrconf.c | 345 idev->stats.ipv6 = alloc_percpu(struct ipstats_mib); in snmp6_alloc_dev() 350 struct ipstats_mib *addrconf_stats; in snmp6_alloc_dev() 5619 offsetof(struct ipstats_mib, syncp)); in snmp6_fill_stats()
|
/linux/include/net/ |
A D | if_inet6.h | 156 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6);
|
A D | snmp.h | 51 struct ipstats_mib { struct
|
Completed in 24 milliseconds