OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
637
pif->
pif_next
= pif_list;
650
pif_list = pif->
pif_next
;
654
for (p = pif_list; p != NULL; p = p->
pif_next
)
655
if (p->
pif_next
== pif) {
656
p->
pif_next
= pif->
pif_next
;
Completed in 68 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025