HomeSort by: relevance | last modified time | path
    Searched refs:DTYPE_NODROP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/altq/
altq_red.h 181 #define DTYPE_NODROP 0 /* no drop */
altq_blue.c 406 #define DTYPE_NODROP 0 /* no drop */
441 droptype = DTYPE_NODROP;
459 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
466 if (droptype != DTYPE_NODROP) {
altq_rio.c 382 droptype = DTYPE_NODROP;
404 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
407 if (droptype != DTYPE_NODROP) {
altq_red.c 405 droptype = DTYPE_NODROP;
437 if (droptype == DTYPE_NODROP && qlen(q) >= qlimit(q))
446 if (droptype == DTYPE_NODROP)
449 if (droptype != DTYPE_NODROP) {

Completed in 21 milliseconds