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

/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_hfsc.c116 static struct hfsc_class *hfsc_nextclass(struct hfsc_class *);
294 for (; cl != NULL; cl = hfsc_nextclass(cl)) {
313 for (cl = hif->hif_rootclass; cl != NULL; cl = hfsc_nextclass(cl)) {
335 for (cl = hif->hif_rootclass; cl != NULL; cl = hfsc_nextclass(cl))
733 * hfsc_nextclass returns the next class in the tree.
735 * for (cl = hif->hif_rootclass; cl != NULL; cl = hfsc_nextclass(cl))
739 hfsc_nextclass(struct hfsc_class *cl) function

Completed in 20 milliseconds