Searched refs:ip6stat (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | inet6.c | 361 struct ip6stat ip6stat; in ip6_stats() local 372 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f)) in ip6_stats() 374 xo_emit(m, (uintmax_t)ip6stat.f) in ip6_stats() 425 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats() 442 (uintmax_t)ip6stat.ip6s_m1); in ip6_stats() 445 if (ip6stat.ip6s_m2m[i] != 0) { in ip6_stats() 454 (uintmax_t)ip6stat.ip6s_m2m[i]); in ip6_stats() 461 (uintmax_t)ip6stat.ip6s_mext1); in ip6_stats() 495 i, (uintmax_t)ip6stat.s, i); \ in ip6_stats() 504 if (ip6stat.ip6s_sources_sameif[i]) { in ip6_stats() [all …]
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 183 struct ip6stat { struct 252 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat); argument 254 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
|
| H A D | in6_proto.c | 475 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat, 476 ip6stat,
|
| H A D | ip6_input.c | 198 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat); 199 VNET_PCPUSTAT_SYSINIT(ip6stat); 201 VNET_PCPUSTAT_SYSUNINIT(ip6stat);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 183 struct ip6stat { struct 252 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat); argument 254 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
|