Searched refs:bu_threshold (Results 1 – 2 of 2) sorted by relevance
1917 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()1940 &req->bu_threshold.b_time, ==)) in add_bw_upcall()1942 == req->bu_threshold.b_packets) in add_bw_upcall()1944 == req->bu_threshold.b_bytes) in add_bw_upcall()1960 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()1963 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()1964 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()2060 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()2157 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall()2158 u->bu_threshold.b_packets = x->bm_threshold.b_packets; in bw_meter_prepare_upcall()[all …]
196 struct bw_data bu_threshold; /* the bw threshold */ member