Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_red.c329 droptype = DTYPE_NODROP; in red_addq()
361 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in red_addq()
370 if (droptype == DTYPE_NODROP) in red_addq()
373 if (droptype != DTYPE_NODROP) { in red_addq()
H A Daltq_rio.c369 droptype = DTYPE_NODROP; in rio_addq()
391 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q)) in rio_addq()
394 if (droptype != DTYPE_NODROP) { in rio_addq()
H A Daltq_red.h106 #define DTYPE_NODROP 0 /* no drop */ macro