Home
last modified time | relevance | path

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

/trueos/sys/contrib/altq/altq/
HDaltq_red.h180 #define DTYPE_NODROP 0 /* no drop */ macro
HDaltq_rio.c392 droptype = DTYPE_NODROP; in rio_addq()
414 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in rio_addq()
417 if (droptype != DTYPE_NODROP) { in rio_addq()
HDaltq_red.c402 droptype = DTYPE_NODROP; in red_addq()
434 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in red_addq()
443 if (droptype == DTYPE_NODROP) in red_addq()
446 if (droptype != DTYPE_NODROP) { in red_addq()