HomeSort by: relevance | last modified time | path
    Searched refs:hif_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.h 297 struct hfsc_if *hif_next; /* interface state list */ member in struct:hfsc_if
altq_hfsc.c 1729 hif->hif_next = hif_list;
1743 hif_list = hif->hif_next;
1747 for (h = hif_list; h != NULL; h = h->hif_next)
1748 if (h->hif_next == hif) {
1749 h->hif_next = hif->hif_next;

Completed in 17 milliseconds