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

  /src/sys/altq/
altq_blue.c 408 #define DTYPE_EARLY 2 /* an "unforced" (early) drop */
452 droptype = DTYPE_EARLY;
463 if (droptype != DTYPE_EARLY)
467 if (droptype == DTYPE_EARLY) {
altq_red.h 183 #define DTYPE_EARLY 2 /* an "unforced" (early) drop */

Completed in 14 milliseconds