Searched refs:ipstats_mib (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/net/netns/ |
D | mib.h | 8 DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); 19 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6_statistics);
|
/linux-4.1.27/net/ipv6/ |
D | proc.c | 220 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_seq_show() 250 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_dev_seq_show()
|
D | af_inet6.c | 729 net->mib.ipv6_statistics = alloc_percpu(struct ipstats_mib); in ipv6_init_mibs() 734 struct ipstats_mib *af_inet6_stats; in ipv6_init_mibs()
|
D | addrconf.c | 298 idev->stats.ipv6 = alloc_percpu(struct ipstats_mib); in snmp6_alloc_dev() 303 struct ipstats_mib *addrconf_stats; in snmp6_alloc_dev() 4658 IPSTATS_MIB_MAX, bytes, offsetof(struct ipstats_mib, syncp)); in snmp6_fill_stats()
|
/linux-4.1.27/net/ipv4/ |
D | proc.c | 391 BUILD_BUG_ON(offsetof(struct ipstats_mib, mibs) != 0); in snmp_seq_show() 396 offsetof(struct ipstats_mib, syncp))); in snmp_seq_show() 485 offsetof(struct ipstats_mib, syncp))); in netstat_seq_show()
|
D | af_inet.c | 1531 net->mib.ip_statistics = alloc_percpu(struct ipstats_mib); in ipv4_mib_init_net() 1536 struct ipstats_mib *af_inet_stats; in ipv4_mib_init_net()
|
/linux-4.1.27/include/net/ |
D | if_inet6.h | 159 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6);
|
D | snmp.h | 56 struct ipstats_mib { struct
|