Searched refs:Q_RED (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq.h81 Q_RED, enumerator in enum:classq_type
131 #define q_is_red(q) (qtype(q) == Q_RED) /* Is the queue a RED queue */
135 #define q_is_red_or_rio(q) (qtype(q) == Q_RED || qtype(q) == Q_RIO)
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_fairq.c421 if (cl->cl_qtype == Q_RED)
525 cl->cl_qtype = Q_RED;
564 if (cl->cl_qtype == Q_RED)
625 if (cl->cl_qtype == Q_RED)
865 if (cl->cl_qtype == Q_RED)
928 else if (cl->cl_qtype == Q_RED)
1108 if (cl->cl_qtype == Q_RED)
1167 if (cl->cl_qtype == Q_RED)
1208 if (cl->cl_qtype == Q_RED)
H A Dpktsched_priq.c451 qtype(&cl->cl_q) = Q_RED;
H A Dpktsched_rmclass.c374 qtype(&cl->q_) = Q_RED;
H A Dpktsched_tcq.c423 qtype(&cl->cl_q) = Q_RED;
H A Dpktsched_hfsc.c496 qtype(&cl->cl_q) = Q_RED;
H A Dpktsched_qfq.c607 qtype(&cl->cl_q) = Q_RED;

Completed in 34 milliseconds