Searched refs:bu_flags (Results 1 – 2 of 2) sorted by relevance
1858 if (req->bu_flags & BW_UPCALL_UNIT_PACKETS) in compute_bw_meter_flags()1860 if (req->bu_flags & BW_UPCALL_UNIT_BYTES) in compute_bw_meter_flags()1862 if (req->bu_flags & BW_UPCALL_GEQ) in compute_bw_meter_flags()1864 if (req->bu_flags & BW_UPCALL_LEQ) in compute_bw_meter_flags()1931 if (!(req->bu_flags & (BW_UPCALL_UNIT_PACKETS | BW_UPCALL_UNIT_BYTES))) in add_bw_upcall()1933 if (!(req->bu_flags & (BW_UPCALL_GEQ | BW_UPCALL_LEQ))) in add_bw_upcall()1935 if ((req->bu_flags & (BW_UPCALL_GEQ | BW_UPCALL_LEQ)) == (BW_UPCALL_GEQ | BW_UPCALL_LEQ)) in add_bw_upcall()1955 if (req->bu_flags & BW_UPCALL_GEQ) in add_bw_upcall()1997 if (req->bu_flags & BW_UPCALL_LEQ) { in add_bw_upcall()2048 } else if (req->bu_flags & BW_UPCALL_DELETE_ALL) { in del_bw_upcall()[all …]
188 uint32_t bu_flags; /* misc flags (see below) */ member