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

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_fairq.c161 static inline struct fairq_class *fairq_clh_to_clp(struct fairq_if *,
329 if (fairq_clh_to_clp(fif, qid) != NULL)
589 if ((cl = fairq_clh_to_clp(fif, qid)) == NULL)
670 cl = fairq_clh_to_clp(fif, t->pftag_qid);
672 cl = fairq_clh_to_clp(fif, 0);
1194 if ((cl = fairq_clh_to_clp(fif, qid)) == NULL)
1234 fairq_clh_to_clp(struct fairq_if *fif, u_int32_t chandle) function

Completed in 25 milliseconds