Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_red.c548 static struct wtab *wtab_list = NULL; /* pointer to wtab list */ variable
556 for (w = wtab_list; w != NULL; w = w->w_next) in wtab_alloc()
567 w->w_next = wtab_list; in wtab_alloc()
568 wtab_list = w; in wtab_alloc()
589 if (wtab_list == w) in wtab_destroy()
590 wtab_list = w->w_next; in wtab_destroy()
591 else for (prev = wtab_list; prev->w_next != NULL; prev = prev->w_next) in wtab_destroy()