Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/classq/
H A Dclassq_fq_codel.c386 return CLASSQEQ_DROP; in fq_addq()
517 ret = CLASSQEQ_DROP; in fq_addq()
580 return (ret != CLASSQEQ_SUCCESS) ? ret : CLASSQEQ_DROP; in fq_addq()
H A Dif_classq.h184 #define CLASSQEQ_DROP (-1) macro
/xnu-11417.140.69/bsd/net/pktsched/
H A Dpktsched_fq_codel.c591 case CLASSQEQ_DROP: in fq_if_enqueue_classq()