HomeSort by: relevance | last modified time | path
    Searched refs:b_packets (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_mroute.c 2210 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) &&
2229 x->bm_threshold.b_packets = req->bu_threshold.b_packets;
2231 x->bm_measured.b_packets = 0;
2300 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) &&
2342 x->bm_measured.b_packets = 0;
2348 x->bm_measured.b_packets++;
2356 (x->bm_measured.b_packets >= x->bm_threshold.b_packets)) |
    [all...]
ip_mroute.h 150 u_int64_t b_packets; member in struct:bw_data
  /src/usr.bin/netstat/
mroute.c 291 (unsigned long long)bw_meter->bm_measured.b_packets);
316 (unsigned long long)bw_meter->bm_threshold.b_packets);

Completed in 46 milliseconds