OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drop_queue
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/altq/
altq_wfq.c
294
wfq *
drop_queue
= wfq_maxqueue(wfqp);
local in function:wfq_ifenqueue
297
mp =
drop_queue
->head;
298
if ((
drop_queue
->head = mp->m_nextpkt) == NULL)
299
drop_queue
->tail = NULL;
302
drop_queue
->bytes -= byte;
303
PKTCNTR_ADD(&
drop_queue
->drop_cnt, byte);
307
if(
drop_queue
== queue)
Completed in 11 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025