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

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_classq.h46 #define Q_RED 0x01 macro
71 #define q_is_red(q) ((q)->qtype_ == Q_RED) /* Is the queue a red queue */
73 #define q_is_red_or_rio(q) ((q)->qtype_ == Q_RED || (q)->qtype_ == Q_RIO)
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_classq.h49 #define Q_RED 0x01 macro
74 #define q_is_red(q) ((q)->qtype_ == Q_RED) /* Is the queue a red queue */
76 #define q_is_red_or_rio(q) ((q)->qtype_ == Q_RED || (q)->qtype_ == Q_RIO)
H A Daltq_priq.c379 qtype(cl->cl_q) = Q_RED;
H A Daltq_red.c840 qtype(rqp->rq_q) = Q_RED;
H A Daltq_rmclass.c296 qtype(cl->q_) = Q_RED;
H A Daltq_hfsc.c455 qtype(cl->cl_q) = Q_RED;

Completed in 141 milliseconds