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

  /src/sys/altq/
altq_afmap.c 92 LIST_INIT(&head->afh_head);
126 return (head->afh_head.lh_first);
158 LIST_INSERT_HEAD(&head->afh_head, afm, afm_list);
179 while ((afm = head->afh_head.lh_first) != NULL)
193 for (afm = head->afh_head.lh_first; afm != NULL;
205 for (afm = head->afh_head.lh_first; afm != NULL;
234 for (afm = head->afh_head.lh_first; afm != NULL;
altq_afmap.h 89 LIST_HEAD(, afm) afh_head; member in struct:afm_head

Completed in 21 milliseconds