Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c191 (void)hfsc_class_destroy(hif->hif_rootclass); in hfsc_remove_altq()
212 hif->hif_rootclass == NULL) in hfsc_add_queue()
308 while (hif->hif_rootclass != NULL && in hfsc_clear_interface()
309 (cl = hif->hif_rootclass->cl_children) != NULL) { in hfsc_clear_interface()
346 for (cl = hif->hif_rootclass; cl != NULL; cl = hfsc_nextclass(cl)) in hfsc_purge()
511 hif->hif_rootclass = cl; in hfsc_class_create()
608 if (cl == cl->cl_hif->hif_rootclass) in hfsc_class_destroy()
609 cl->cl_hif->hif_rootclass = NULL; in hfsc_class_destroy()
749 cl = hif->hif_rootclass; in hfsc_dequeue()
H A Daltq_hfsc.h287 struct hfsc_class *hif_rootclass; /* root class */ member