Home
last modified time | relevance | path

Searched refs:DTYPE_NODROP (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/altq/
Daltq_red.c309 droptype = DTYPE_NODROP; in red_addq()
341 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in red_addq()
350 if (droptype == DTYPE_NODROP) in red_addq()
353 if (droptype != DTYPE_NODROP) { in red_addq()
Daltq_rio.c359 droptype = DTYPE_NODROP; in rio_addq()
381 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in rio_addq()
384 if (droptype != DTYPE_NODROP) { in rio_addq()
Daltq_red.h106 #define DTYPE_NODROP 0 /* no drop */ macro