OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fltrlist
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/altq/libaltq/
altq_qop.h
104
LIST_HEAD(, fltrinfo)
fltrlist
; /* filters for this class */
member in struct:classinfo
114
LIST_ENTRY(fltrinfo) next; /* next entry on
fltrlist
qop.c
503
LIST_INIT(&clinfo->
fltrlist
);
547
while (!LIST_EMPTY(&clinfo->
fltrlist
))
548
(void)qop_delete_filter(LIST_FIRST(&clinfo->
fltrlist
));
615
/* link fltrinfo onto
fltrlist
of the class */
616
LIST_INSERT_HEAD(&clinfo->
fltrlist
, fltrinfo, next);
643
/* remove the entry from
fltrlist
of the class */
724
LIST_FOREACH(fltrinfo, &clinfo->
fltrlist
, next)
quip_server.c
484
LIST_FOREACH(fltrinfo, &clinfo->
fltrlist
, next) {
qop_hfsc.c
727
if (clinfo->child != NULL && !LIST_EMPTY(&clinfo->
fltrlist
)) {
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026