Home
last modified time | relevance | path

Searched refs:b_bytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip_mroute.c2211 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()
2230 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
2232 x->bm_measured.b_bytes = 0; in add_bw_upcall()
2301 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
2343 x->bm_measured.b_bytes = 0; in bw_meter_receive_packet()
2349 x->bm_measured.b_bytes += plen; in bw_meter_receive_packet()
2358 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
2377 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
2388 x->bm_measured.b_bytes += plen; in bw_meter_receive_packet()
2396 x->bm_measured.b_bytes <= x->bm_threshold.b_bytes)) { in bw_meter_receive_packet()
[all …]
H A Dip_mroute.h155 u_int64_t b_bytes; member
/netbsd-src/usr.bin/netstat/
H A Dmroute.c296 (unsigned long long)bw_meter->bm_measured.b_bytes); in print_bw_meter()
321 (unsigned long long)bw_meter->bm_threshold.b_bytes); in print_bw_meter()