Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_blue.c406 #define DTYPE_NODROP 0 /* no drop */ macro
441 droptype = DTYPE_NODROP; in blue_addq()
459 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in blue_addq()
466 if (droptype != DTYPE_NODROP) { in blue_addq()
Daltq_rio.c382 droptype = DTYPE_NODROP; in rio_addq()
404 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in rio_addq()
407 if (droptype != DTYPE_NODROP) { in rio_addq()
Daltq_red.h181 #define DTYPE_NODROP 0 /* no drop */ macro
Daltq_red.c405 droptype = DTYPE_NODROP; in red_addq()
437 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in red_addq()
446 if (droptype == DTYPE_NODROP) in red_addq()
449 if (droptype != DTYPE_NODROP) { in red_addq()