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 - 2
of
2
) 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)
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 24 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025