Searched refs:bu_flags (Results 1 – 2 of 2) sorted by relevance
1850 if (req->bu_flags & BW_UPCALL_UNIT_PACKETS) in compute_bw_meter_flags()1852 if (req->bu_flags & BW_UPCALL_UNIT_BYTES) in compute_bw_meter_flags()1854 if (req->bu_flags & BW_UPCALL_GEQ) in compute_bw_meter_flags()1856 if (req->bu_flags & BW_UPCALL_LEQ) in compute_bw_meter_flags()1923 if (!(req->bu_flags & (BW_UPCALL_UNIT_PACKETS | BW_UPCALL_UNIT_BYTES))) in add_bw_upcall()1925 if (!(req->bu_flags & (BW_UPCALL_GEQ | BW_UPCALL_LEQ))) in add_bw_upcall()1927 if ((req->bu_flags & (BW_UPCALL_GEQ | BW_UPCALL_LEQ)) == (BW_UPCALL_GEQ | BW_UPCALL_LEQ)) in add_bw_upcall()1947 if (req->bu_flags & BW_UPCALL_GEQ) in add_bw_upcall()1989 if (req->bu_flags & BW_UPCALL_LEQ) { in add_bw_upcall()2040 } else if (req->bu_flags & BW_UPCALL_DELETE_ALL) { in del_bw_upcall()[all …]
188 uint32_t bu_flags; /* misc flags (see below) */ member