Lines Matching refs:b_packets
1695 x->bm_measured.b_packets++; in ip_mdq()
1867 (x->bm_measured.b_packets <= x->bm_threshold.b_packets)) || in expire_bw_meter_leq()
1884 x->bm_measured.b_packets = 0; in expire_bw_meter_leq()
1941 && (x->bm_threshold.b_packets in add_bw_upcall()
1942 == req->bu_threshold.b_packets) in add_bw_upcall()
1963 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()
1965 x->bm_measured.b_packets = 0; in add_bw_upcall()
2059 (x->bm_threshold.b_packets == req->bu_threshold.b_packets) && in del_bw_upcall()
2106 x->bm_measured.b_packets = 0; in bw_meter_geq_receive_packet()
2112 x->bm_measured.b_packets++; in bw_meter_geq_receive_packet()
2120 (x->bm_measured.b_packets >= x->bm_threshold.b_packets)) || in bw_meter_geq_receive_packet()
2158 u->bu_threshold.b_packets = x->bm_threshold.b_packets; in bw_meter_prepare_upcall()
2161 u->bu_measured.b_packets = x->bm_measured.b_packets; in bw_meter_prepare_upcall()