Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_hfsc.c231 (void)hfsc_class_destroy(hif->hif_rootclass); in hfsc_remove_altq()
254 hif->hif_rootclass == NULL) in hfsc_add_queue()
340 while (hif->hif_rootclass != NULL && in hfsc_clear_interface()
341 (cl = hif->hif_rootclass->cl_children) != NULL) { in hfsc_clear_interface()
376 for (cl = hif->hif_rootclass; cl != NULL; cl = hfsc_nextclass(cl)) in hfsc_purge()
524 hif->hif_rootclass = cl; in hfsc_class_create()
623 if (cl == cl->cl_hif->hif_rootclass) in hfsc_class_destroy()
624 cl->cl_hif->hif_rootclass = NULL; in hfsc_class_destroy()
774 cl = hif->hif_rootclass; in hfsc_dequeue()
1739 (void)hfsc_class_destroy(hif->hif_rootclass); in hfsc_detach()
[all …]
Daltq_hfsc.h299 struct hfsc_class *hif_rootclass; /* root class */ member