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

/freebsd-current/usr.bin/netstat/
H A Dinet6.c353 struct ip6stat ip6stat; local
356 if (fetch_stats("net.inet6.ip6.stats", off, &ip6stat,
357 sizeof(ip6stat), kread_counters) != 0)
363 #define p(f, m) if (ip6stat.f || sflag <= 1) \
364 xo_emit(m, (uintmax_t)ip6stat.f, plural(ip6stat.f))
365 #define p1a(f, m) if (ip6stat.f || sflag <= 1) \
366 xo_emit(m, (uintmax_t)ip6stat.f)
417 if (ip6stat
[all...]
/freebsd-current/sys/netinet6/
H A Dip6_var.h198 struct ip6stat { struct
268 VNET_PCPUSTAT_DECLARE(struct ip6stat, ip6stat);
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,
266 "IP6 statistics (struct ip6stat, netinet6/ip6_var.h)");
H A Dip6_input.c209 VNET_PCPUSTAT_DEFINE(struct ip6stat, ip6stat);
210 VNET_PCPUSTAT_SYSINIT(ip6stat); variable
212 VNET_PCPUSTAT_SYSUNINIT(ip6stat); variable
/freebsd-current/usr.bin/systat/
H A Dip6.c58 static struct ip6stat curstat, initstat, oldstat;
134 domode(struct ip6stat *ret)
136 const struct ip6stat *sub;
188 struct ip6stat stats;
248 error("sysctl getting ip6stat size failed");
252 error("ip6stat structure has grown--recompile systat!");
256 error("sysctl getting ip6stat failed");

Completed in 132 milliseconds