Lines Matching refs:b_bytes
1803 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()
1822 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
1824 x->bm_measured.b_bytes = 0; in add_bw_upcall()
1893 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
1937 x->bm_measured.b_bytes = 0; in bw_meter_receive_packet()
1943 x->bm_measured.b_bytes += plen; in bw_meter_receive_packet()
1952 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
1971 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
1982 x->bm_measured.b_bytes += plen; in bw_meter_receive_packet()
1990 x->bm_measured.b_bytes <= x->bm_threshold.b_bytes)) { in bw_meter_receive_packet()
2002 x->bm_measured.b_bytes = 0; in bw_meter_receive_packet()
2039 u->bu_threshold.b_bytes = x->bm_threshold.b_bytes; in bw_meter_prepare_upcall()
2042 u->bu_measured.b_bytes = x->bm_measured.b_bytes; in bw_meter_prepare_upcall()
2136 x->bm_measured.b_bytes = 0; in schedule_bw_meter()
2263 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_process()