Searched refs:ipstats_mib (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/net/netns/ |
H A D | mib.h | 9 DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); 20 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6_statistics);
|
/kernel/linux/linux-6.6/include/net/netns/ |
H A D | mib.h | 8 DEFINE_SNMP_STAT(struct ipstats_mib, ip_statistics); 10 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6_statistics);
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | proc.c | 395 BUILD_BUG_ON(offsetof(struct ipstats_mib, mibs) != 0); in snmp_seq_show_ipstats() 398 offsetof(struct ipstats_mib, syncp)); in snmp_seq_show_ipstats() 507 offsetof(struct ipstats_mib, syncp)); in netstat_seq_show() 515 offsetof(struct ipstats_mib, syncp))); in netstat_seq_show()
|
H A D | af_inet.c | 1780 net->mib.ip_statistics = alloc_percpu(struct ipstats_mib); in ipv4_mib_init_net() 1785 struct ipstats_mib *af_inet_stats; in ipv4_mib_init_net()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | proc.c | 389 BUILD_BUG_ON(offsetof(struct ipstats_mib, mibs) != 0); in snmp_seq_show_ipstats() 392 offsetof(struct ipstats_mib, syncp)); in snmp_seq_show_ipstats() 488 offsetof(struct ipstats_mib, syncp))); in netstat_seq_show()
|
H A D | af_inet.c | 1778 net->mib.ip_statistics = alloc_percpu(struct ipstats_mib); in ipv4_mib_init_net() 1783 struct ipstats_mib *af_inet_stats; in ipv4_mib_init_net()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | proc.c | 218 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_seq_show() 235 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_dev_seq_show()
|
H A D | af_inet6.c | 916 net->mib.ipv6_statistics = alloc_percpu(struct ipstats_mib); in ipv6_init_mibs() 921 struct ipstats_mib *af_inet6_stats; in ipv6_init_mibs()
|
H A D | addrconf.c | 335 idev->stats.ipv6 = alloc_percpu(struct ipstats_mib); in snmp6_alloc_dev() 340 struct ipstats_mib *addrconf_stats; in snmp6_alloc_dev() 5637 offsetof(struct ipstats_mib, syncp)); in snmp6_fill_stats()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | proc.c | 221 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_seq_show() 238 snmp6_ipstats_list, offsetof(struct ipstats_mib, syncp)); in snmp6_dev_seq_show()
|
H A D | af_inet6.c | 912 net->mib.ipv6_statistics = alloc_percpu(struct ipstats_mib); in ipv6_init_mibs() 917 struct ipstats_mib *af_inet6_stats; in ipv6_init_mibs()
|
H A D | addrconf.c | 339 idev->stats.ipv6 = alloc_percpu_gfp(struct ipstats_mib, GFP_KERNEL_ACCOUNT); in snmp6_alloc_dev() 344 struct ipstats_mib *addrconf_stats; in snmp6_alloc_dev() 5726 offsetof(struct ipstats_mib, syncp)); in snmp6_fill_stats()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | snmp.h | 51 struct ipstats_mib { struct 52 /* mibs[] must be first field of struct ipstats_mib */
|
H A D | if_inet6.h | 162 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | snmp.h | 51 struct ipstats_mib { struct 52 /* mibs[] must be first field of struct ipstats_mib */
|
H A D | if_inet6.h | 162 DEFINE_SNMP_STAT(struct ipstats_mib, ipv6);
|
Completed in 28 milliseconds