Searched refs:rip6stat (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | raw_ip6.h | 40 struct rip6stat { struct 54 VNET_PCPUSTAT_DECLARE(struct rip6stat, rip6stat); argument 56 VNET_PCPUSTAT_ADD(struct rip6stat, rip6stat, name, (val))
|
H A D | raw_ip6.c | 126 VNET_PCPUSTAT_DEFINE(struct rip6stat, rip6stat); 127 VNET_PCPUSTAT_SYSINIT(rip6stat); 130 VNET_PCPUSTAT_SYSUNINIT(rip6stat);
|
H A D | in6_proto.c | 328 struct rip6stat, rip6stat,
|
/freebsd/usr.bin/netstat/ |
H A D | inet6.c | 1218 struct rip6stat rip6stat; in rip6_stats() local 1221 if (fetch_stats("net.inet6.ip6.rip6stats", off, &rip6stat, in rip6_stats() 1222 sizeof(rip6stat), kread_counters) != 0) in rip6_stats() 1228 #define p(f, m) if (rip6stat.f || sflag <= 1) \ in rip6_stats() 1229 xo_emit(m, (uintmax_t)rip6stat.f, plural(rip6stat.f)) in rip6_stats() 1243 delivered = rip6stat.rip6s_ipackets - in rip6_stats() 1244 rip6stat.rip6s_badsum - in rip6_stats() 1245 rip6stat.rip6s_nosock - in rip6_stats() 1246 rip6stat.rip6s_nosockmcast - in rip6_stats() 1247 rip6stat.rip6s_fullsock; in rip6_stats()
|