OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hif_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_hfsc.c
172
/*
hif_list
keeps all hfsc_if's allocated. */
173
static struct hfsc_if *
hif_list
= NULL;
variable in typeref:struct:hfsc_if *
1729
hif->hif_next =
hif_list
;
1730
hif_list
= hif;
1742
if (
hif_list
== hif)
1743
hif_list
= hif->hif_next;
1747
for (h =
hif_list
; h != NULL; h = h->hif_next)
1887
while ((hif =
hif_list
) != NULL) {
altq_hfsc.c
172
/*
hif_list
keeps all hfsc_if's allocated. */
173
static struct hfsc_if *
hif_list
= NULL;
variable in typeref:struct:hfsc_if *
1729
hif->hif_next =
hif_list
;
1730
hif_list
= hif;
1742
if (
hif_list
== hif)
1743
hif_list
= hif->hif_next;
1747
for (h =
hif_list
; h != NULL; h = h->hif_next)
1887
while ((hif =
hif_list
) != NULL) {
Completed in 30 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025