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

  /src/sys/altq/
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_red.h 181 #define DTYPE_NODROP 0 /* no drop */

Completed in 30 milliseconds