OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hif_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_hfsc.h
297
struct hfsc_if *
hif_next
; /* interface state list */
member in struct:hfsc_if
altq_hfsc.c
1729
hif->
hif_next
= hif_list;
1743
hif_list = hif->
hif_next
;
1747
for (h = hif_list; h != NULL; h = h->
hif_next
)
1748
if (h->
hif_next
== hif) {
1749
h->
hif_next
= hif->
hif_next
;
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026