Searched refs:ip6stat (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.bin/netstat/ |
| HD | inet6.c | 361 struct ip6stat ip6stat; in ip6_stats() local 364 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat, in ip6_stats() 365 sizeof(ip6stat), kread_counters) != 0) in ip6_stats() 371 #define p(f, m) if (ip6stat.f || sflag <= 1) \ in ip6_stats() 372 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f)) in ip6_stats() 373 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \ in ip6_stats() 374 xo_emit(m, (uintmax_t)ip6stat.f) in ip6_stats() 423 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats() 431 (uintmax_t)ip6stat.ip6s_nxthist[i]); in ip6_stats() 440 (uintmax_t)ip6stat.ip6s_m1); in ip6_stats() [all …]
|
| /NextBSD/usr.bin/systat/ |
| HD | ip6.c | 61 static struct ip6stat curstat, initstat, oldstat; 137 domode(struct ip6stat *ret) in domode() 139 const struct ip6stat *sub; in domode() 190 struct ip6stat stats; in showip6()
|
| /NextBSD/sys/netinet6/ |
| HD | ip6_var.h | 191 struct ip6stat { struct 259 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat); argument 261 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
|
| HD | ip6_input.c | 164 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat); 165 VNET_PCPUSTAT_SYSINIT(ip6stat); 167 VNET_PCPUSTAT_SYSUNINIT(ip6stat);
|
| HD | in6_proto.c | 524 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat, 525 ip6stat, "IP6 statistics (struct ip6stat, netinet6/ip6_var.h)");
|