Searched refs:ip6stat (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/netstat/ |
H A D | inet6.c | 352 struct ip6stat ip6stat; in ip6_stats() local 355 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat, in ip6_stats() 356 sizeof(ip6stat), kread_counters) != 0) in ip6_stats() 362 #define p(f, m) if (ip6stat.f || sflag <= 1) \ in ip6_stats() 363 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f)) in ip6_stats() 364 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \ in ip6_stats() 365 xo_emit(m, (uintmax_t)ip6stat.f) in ip6_stats() 416 if (ip6stat.ip6s_nxthist[i] != 0) { in ip6_stats() 424 (uintmax_t)ip6stat.ip6s_nxthist[i]); in ip6_stats() 433 (uintmax_t)ip6stat.ip6s_m1); in ip6_stats() [all …]
|
/freebsd/sys/netinet6/ |
H A D | ip6_var.h | 198 struct ip6stat { struct 268 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat); argument 272 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val)); \ 279 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, 1); \
|
H A D | in6_proto.c | 264 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat, 265 ip6stat,
|
H A D | ip6_input.c | 209 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat); 210 VNET_PCPUSTAT_SYSINIT(ip6stat); 212 VNET_PCPUSTAT_SYSUNINIT(ip6stat);
|
/freebsd/usr.bin/systat/ |
H A D | ip6.c | 58 static struct ip6stat curstat, initstat, oldstat; 134 domode(struct ip6stat *ret) in domode() 136 const struct ip6stat *sub; in domode() 188 struct ip6stat stats; in showip6()
|