Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.c84 static struct hfsc_class *hfsc_nextclass(struct hfsc_class *);
314 for (; cl != NULL; cl = hfsc_nextclass(cl)) { in hfsc_clear_interface()
346 for (cl = hif->hif_rootclass; cl != NULL; cl = hfsc_nextclass(cl)) in hfsc_purge()
633 hfsc_nextclass(struct hfsc_class *cl) in hfsc_nextclass() function