clh_to_clp 53 altq/altq_cbq.c static struct rm_class *clh_to_clp(cbq_state_t *, u_int32_t); clh_to_clp 287 altq/altq_cbq.c parent = clh_to_clp(cbqp, a->parent_qid); clh_to_clp 373 altq/altq_cbq.c if ((cl = clh_to_clp(cbqp, a->qid)) == NULL) clh_to_clp 410 altq/altq_cbq.c if ((cl = clh_to_clp(cbqp, a->qid)) == NULL) clh_to_clp 454 altq/altq_cbq.c if ((cl = clh_to_clp(cbqp, m->m_pkthdr.pf.qid)) == NULL) { clh_to_clp 122 altq/altq_hfsc.c static struct hfsc_class *clh_to_clp(struct hfsc_if *, u_int32_t); clh_to_clp 212 altq/altq_hfsc.c else if ((parent = clh_to_clp(hif, a->parent_qid)) == NULL) clh_to_clp 218 altq/altq_hfsc.c if (clh_to_clp(hif, a->qid) != NULL) clh_to_clp 248 altq/altq_hfsc.c if ((cl = clh_to_clp(hif, a->qid)) == NULL) clh_to_clp 265 altq/altq_hfsc.c if ((cl = clh_to_clp(hif, a->qid)) == NULL) clh_to_clp 631 altq/altq_hfsc.c if ((cl = clh_to_clp(hif, m->m_pkthdr.pf.qid)) == NULL || clh_to_clp 68 altq/altq_priq.c static struct priq_class *clh_to_clp(struct priq_if *, u_int32_t); clh_to_clp 142 altq/altq_priq.c if (clh_to_clp(pif, a->qid) != NULL) clh_to_clp 162 altq/altq_priq.c if ((cl = clh_to_clp(pif, a->qid)) == NULL) clh_to_clp 179 altq/altq_priq.c if ((cl = clh_to_clp(pif, a->qid)) == NULL) clh_to_clp 409 altq/altq_priq.c if ((cl = clh_to_clp(pif, m->m_pkthdr.pf.qid)) == NULL) {