Lines Matching refs:b_bytes
1696 x->bm_measured.b_bytes += plen; in ip_mdq()
1869 (x->bm_measured.b_bytes <= x->bm_threshold.b_bytes))) { in expire_bw_meter_leq()
1883 x->bm_measured.b_bytes = 0; in expire_bw_meter_leq()
1943 && (x->bm_threshold.b_bytes in add_bw_upcall()
1944 == req->bu_threshold.b_bytes) in add_bw_upcall()
1964 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()
1966 x->bm_measured.b_bytes = 0; in add_bw_upcall()
2060 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()
2107 x->bm_measured.b_bytes = 0; in bw_meter_geq_receive_packet()
2113 x->bm_measured.b_bytes += plen; in bw_meter_geq_receive_packet()
2122 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes))) { in bw_meter_geq_receive_packet()
2159 u->bu_threshold.b_bytes = x->bm_threshold.b_bytes; in bw_meter_prepare_upcall()
2162 u->bu_measured.b_bytes = x->bm_measured.b_bytes; in bw_meter_prepare_upcall()