Home
last modified time | relevance | path

Searched refs:qtype_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_classq.h64 int qtype_; /* Queue type */ member
69 #define qtype(q) (q)->qtype_ /* Get queue type */
77 #define q_is_codel(q) ((q)->qtype_ == Q_CODEL) /* Is the queue a codel queue */
78 #define q_is_red(q) ((q)->qtype_ == Q_RED) /* Is the queue a red queue */
79 #define q_is_rio(q) ((q)->qtype_ == Q_RIO) /* Is the queue a rio queue */
80 #define q_is_red_or_rio(q) ((q)->qtype_ == Q_RED || (q)->qtype_ == Q_RIO)