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

/freebsd-11-stable/usr.bin/netstat/
H A Dinet6.c359 struct ip6stat ip6stat; local
362 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat,
363 sizeof(ip6stat), kread_counters) != 0)
369 #define p(f, m) if (ip6stat.f || sflag <= 1) \
370 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f))
371 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \
372 xo_emit(m, (uintmax_t)ip6stat.f)
421 if (ip6stat
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dip6.c62 static struct ip6stat curstat, initstat, oldstat;
138 domode(struct ip6stat *ret)
140 const struct ip6stat *sub;
191 struct ip6stat stats;
250 error("sysctl getting ip6stat size failed");
254 error("ip6stat structure has grown--recompile systat!");
258 error("sysctl getting ip6stat failed");
/freebsd-11-stable/sys/netinet6/
H A Dip6_var.h191 struct ip6stat { struct
259 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat);
261 VNET_PCPUSTAT_ADD(struct ip6stat, ip6stat, name, (val))
H A Din6_proto.c498 SYSCTL_VNET_PCPUSTAT(_net_inet6_ip6, IPV6CTL_STATS, stats, struct ip6stat,
499 ip6stat,
500 "IP6 statistics (struct ip6stat, netinet6/ip6_var.h)");
H A Dip6_input.c194 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat);
195 VNET_PCPUSTAT_SYSINIT(ip6stat); variable
197 VNET_PCPUSTAT_SYSUNINIT(ip6stat); variable

Completed in 95 milliseconds