Lines Matching refs:b_bytes
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()
2136 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_geq_receive_packet()
2173 u->bu_threshold.b_bytes = x->bm_threshold.b_bytes; in bw_meter_prepare_upcall()
2176 u->bu_measured.b_bytes = x->bm_measured.b_bytes; in bw_meter_prepare_upcall()