Home
last modified time | relevance | path

Searched refs:ip6stat (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/netstat/
H A Dinet6.c352 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 Dip6_var.h198 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 Din6_proto.c264 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat,
265 ip6stat,
H A Dip6_input.c209 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat);
210 VNET_PCPUSTAT_SYSINIT(ip6stat);
212 VNET_PCPUSTAT_SYSUNINIT(ip6stat);
/freebsd/usr.bin/systat/
H A Dip6.c58 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()