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

/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_qfq.c103 static inline struct qfq_class *qfq_clh_to_clp(struct qfq_if *, u_int32_t);
393 if (qfq_clh_to_clp(qif, qid) != NULL)
657 if ((cl = qfq_clh_to_clp(qif, qid)) == NULL)
1085 cl = qfq_clh_to_clp(qif, t->pftag_qid);
1087 cl = qfq_clh_to_clp(qif, 0);
1523 if ((cl = qfq_clh_to_clp(qif, qid)) == NULL)
1579 qfq_clh_to_clp(struct qfq_if *qif, u_int32_t chandle) function

Completed in 89 milliseconds