Searched refs:b_bytes (Results 1 – 3 of 3) sorted by relevance
107 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()109 (uintmax_t)bw_meter->bm_measured.b_bytes); in print_bw_meter()131 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()133 (uintmax_t)bw_meter->bm_threshold.b_bytes); in print_bw_meter()
1708 x->bm_measured.b_bytes += plen; in ip_mdq()1882 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in expire_bw_meter_leq()1897 x->bm_measured.b_bytes = 0; in expire_bw_meter_leq()1957 && (x->bm_threshold.b_bytes in add_bw_upcall()1958 == req->bu_threshold.b_bytes) in add_bw_upcall()1978 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()1980 x->bm_measured.b_bytes = 0; in add_bw_upcall()2074 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()2121 x->bm_measured.b_bytes = 0; in bw_meter_geq_receive_packet()2127 x->bm_measured.b_bytes += plen; in bw_meter_geq_receive_packet()[all …]
182 uint64_t b_bytes; member