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

/freebsd-11-stable/sys/net/altq/
H A Daltq_red.h181 #define DTYPE_NODROP 0 /* no drop */ macro
H A Daltq_rio.c388 droptype = DTYPE_NODROP;
410 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
413 if (droptype != DTYPE_NODROP) {
H A Daltq_red.c398 droptype = DTYPE_NODROP;
430 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
439 if (droptype == DTYPE_NODROP)
442 if (droptype != DTYPE_NODROP) {

Completed in 176 milliseconds