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()
1766 x->bm_measured.b_bytes += plen; in ip_mdq()1940 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in expire_bw_meter_leq()1955 x->bm_measured.b_bytes = 0; in expire_bw_meter_leq()2015 && (x->bm_threshold.b_bytes in add_bw_upcall()2016 == req->bu_threshold.b_bytes) in add_bw_upcall()2036 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()2038 x->bm_measured.b_bytes = 0; in add_bw_upcall()2133 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()2180 x->bm_measured.b_bytes = 0; in bw_meter_geq_receive_packet()2186 x->bm_measured.b_bytes += plen; in bw_meter_geq_receive_packet()[all …]
182 uint64_t b_bytes; member