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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.c117 static struct hfsc_class *hfsc_clh_to_clp(struct hfsc_if *, u_int32_t);
351 else if ((parent = hfsc_clh_to_clp(hif, parent_qid)) == NULL)
354 if (hfsc_clh_to_clp(hif, qid) != NULL)
650 if ((cl = hfsc_clh_to_clp(hif, qid)) == NULL)
770 cl = hfsc_clh_to_clp(hif, t->pftag_qid);
1903 if ((cl = hfsc_clh_to_clp(hif, qid)) == NULL)
1988 hfsc_clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) function

Completed in 70 milliseconds