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

/freebsd-12-stable/sys/net/altq/
H A Daltq_hfsc.c166 /* hif_list keeps all hfsc_if's allocated. */
167 static struct hfsc_if *hif_list = NULL; variable in typeref:struct:hfsc_if
1808 hif->hif_next = hif_list;
1809 hif_list = hif;
1822 if (hif_list == hif)
1823 hif_list = hif->hif_next;
1827 for (h = hif_list; h != NULL; h = h->hif_next)
1990 while ((hif = hif_list) != NULL) {

Completed in 171 milliseconds