OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pif_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_priq.h
154
struct priq_if *
pif_next
; /* interface state list */
member in struct:priq_if
altq_priq.c
639
pif->
pif_next
= pif_list;
652
pif_list = pif->
pif_next
;
656
for (p = pif_list; p != NULL; p = p->
pif_next
)
657
if (p->
pif_next
== pif) {
658
p->
pif_next
= pif->
pif_next
;
Completed in 15 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026