Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/classq/
H A Dclassq_fq_codel.c84 #define DTYPE_NODROP 0 /* no drop */ macro
319 int droptype = DTYPE_NODROP, fc_adv = 0, ret = CLASSQEQ_SUCCESS; in fq_addq()
409 droptype = DTYPE_NODROP; in fq_addq()
427 if (droptype == DTYPE_NODROP) { in fq_addq()
451 if (__improbable(droptype == DTYPE_NODROP && in fq_addq()
520 if (__probable(droptype == DTYPE_NODROP)) { in fq_addq()