Lines Matching refs:b_bytes
1802 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()
1821 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
1823 x->bm_measured.b_bytes = 0; in add_bw_upcall()
1892 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
1936 x->bm_measured.b_bytes = 0; in bw_meter_receive_packet()
1942 x->bm_measured.b_bytes += plen; in bw_meter_receive_packet()
1951 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
1970 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_receive_packet()
1981 x->bm_measured.b_bytes += plen; in bw_meter_receive_packet()
1989 x->bm_measured.b_bytes <= x->bm_threshold.b_bytes)) { in bw_meter_receive_packet()
2001 x->bm_measured.b_bytes = 0; in bw_meter_receive_packet()
2038 u->bu_threshold.b_bytes = x->bm_threshold.b_bytes; in bw_meter_prepare_upcall()
2041 u->bu_measured.b_bytes = x->bm_measured.b_bytes; in bw_meter_prepare_upcall()
2135 x->bm_measured.b_bytes = 0; in schedule_bw_meter()
2261 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in bw_meter_process()