Searched refs:qtype (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq.h118 classq_type_t qtype; /* Queue type */ member in struct:_class_queue_
122 #define qtype(q) (q)->qtype /* Get queue type */ macro
131 #define q_is_red(q) (qtype(q) == Q_RED) /* Is the queue a RED queue */
132 #define q_is_rio(q) (qtype(q) == Q_RIO) /* Is the queue a RIO queue */
133 #define q_is_blue(q) (qtype(q) == Q_BLUE) /* Is the queue a BLUE queue */
134 #define q_is_sfb(q) (qtype(q) == Q_SFB) /* Is the queue a SFB queue */
135 #define q_is_red_or_rio(q) (qtype(q) == Q_RED || qtype(q) == Q_RIO)
H A Dclassq.c90 qtype(q) = type;
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.h145 classq_type_t qtype; member in struct:cbq_classstats
H A Dpktsched_priq.h111 classq_type_t qtype; member in struct:priq_classstats
H A Dpktsched_tcq.h83 classq_type_t qtype; member in struct:tcq_classstats
H A Dpktsched_priq.c381 qtype(&cl->cl_q) = Q_DROPTAIL;
451 qtype(&cl->cl_q) = Q_RED;
459 qtype(&cl->cl_q) = Q_RIO;
467 qtype(&cl->cl_q) = Q_BLUE;
475 qtype(&cl->cl_q) = Q_SFB;
545 qtype(&cl->cl_q) = Q_DROPTAIL;
701 qtype(&cl->cl_q) = Q_DROPTAIL;
883 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_tcq.c353 qtype(&cl->cl_q) = Q_DROPTAIL;
423 qtype(&cl->cl_q) = Q_RED;
431 qtype(&cl->cl_q) = Q_RIO;
439 qtype(&cl->cl_q) = Q_BLUE;
447 qtype(&cl->cl_q) = Q_SFB;
514 qtype(&cl->cl_q) = Q_DROPTAIL;
662 qtype(&cl->cl_q) = Q_DROPTAIL;
839 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_fairq.h126 classq_type_t qtype; member in struct:fairq_classstats
H A Dpktsched_qfq.h113 classq_type_t qtype; member in struct:qfq_classstats
H A Dpktsched_rmclass.c374 qtype(&cl->q_) = Q_RED;
382 qtype(&cl->q_) = Q_RIO;
389 qtype(&cl->q_) = Q_BLUE;
397 qtype(&cl->q_) = Q_SFB;
705 qtype(&cl->q_) = Q_DROPTAIL;
1709 qtype(&cl->q_) = Q_DROPTAIL;
H A Dpktsched_hfsc.h166 classq_type_t qtype; member in struct:hfsc_classstats
H A Dpktsched_hfsc.c496 qtype(&cl->cl_q) = Q_RED;
504 qtype(&cl->cl_q) = Q_RIO;
512 qtype(&cl->cl_q) = Q_BLUE;
520 qtype(&cl->cl_q) = Q_SFB;
636 qtype(&cl->cl_q) = Q_DROPTAIL;
712 qtype(&cl->cl_q) = Q_DROPTAIL;
955 qtype(&cl->cl_q) = Q_DROPTAIL;
1966 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_cbq.c489 statsp->qtype = qtype(&cl->q_);
H A Dpktsched_qfq.c607 qtype(&cl->cl_q) = Q_RED;
615 qtype(&cl->cl_q) = Q_RIO;
623 qtype(&cl->cl_q) = Q_BLUE;
631 qtype(&cl->cl_q) = Q_SFB;
697 qtype(&cl->cl_q) = Q_DROPTAIL;
1335 qtype(&cl->cl_q) = Q_DROPTAIL;
1523 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_fairq.c1195 sp->qtype = cl->cl_qtype;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c1258 u_int16_t qtype; local
1332 qtype = ntohs(ni6->ni_qtype);
1334 switch (qtype) {
1353 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 &&
1445 switch (qtype) {
1458 switch (qtype) {
1487 qtype = NI_QTYPE_FQDN;
1523 /* qtype dependent procedure */
1524 switch (qtype) {

Completed in 51 milliseconds