Lines Matching defs:mrtstat
411 struct mrtstat mrtstat;
416 if (fetch_stats("net.inet.ip.mrtstat", mstaddr, &mrtstat,
417 sizeof(mrtstat), kread_counters) != 0) {
425 #define p(f, m) if (mrtstat.f || sflag <= 1) \
426 xo_emit(m, (uintmax_t)mrtstat.f, plural(mrtstat.f))
427 #define p2(f, m) if (mrtstat.f || sflag <= 1) \
428 xo_emit(m, (uintmax_t)mrtstat.f, plurales(mrtstat.f))