Searched refs:bu_threshold (Results 1 – 3 of 3) sorted by relevance
1784 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <)) in add_bw_upcall()1800 &req->bu_threshold.b_time, ==)) && in add_bw_upcall()1802 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in add_bw_upcall()1817 x->bm_threshold.b_time = req->bu_threshold.b_time; in add_bw_upcall()1820 x->bm_threshold.b_packets = req->bu_threshold.b_packets; in add_bw_upcall()1821 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes; in add_bw_upcall()1890 &req->bu_threshold.b_time, ==)) && in del_bw_upcall()1892 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) && in del_bw_upcall()2036 u->bu_threshold.b_time = x->bm_threshold.b_time; in bw_meter_prepare_upcall()2037 u->bu_threshold.b_packets = x->bm_threshold.b_packets; in bw_meter_prepare_upcall()[all …]
197 struct bw_data bu_threshold; /* the bw threshold */ member