OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wtab_list
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/altq/
altq_red.c
645
static struct wtab *
wtab_list
= NULL; /* pointer to wtab list */
variable in typeref:struct:wtab *
653
for (w =
wtab_list
; w != NULL; w = w->w_next)
664
w->w_next =
wtab_list
;
665
wtab_list
= w;
686
if (
wtab_list
== w)
687
wtab_list
= w->w_next;
688
else for (prev =
wtab_list
; prev->w_next != NULL; prev = prev->w_next)
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025