Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/classq/
H A Dclassq_fq_codel.c391 return CLASSQEQ_DROP; in fq_codel_enq_legacy()
522 ret = CLASSQEQ_DROP; in fq_codel_enq_legacy()
585 return (ret != CLASSQEQ_SUCCESS) ? ret : CLASSQEQ_DROP; in fq_codel_enq_legacy()
960 return CLASSQEQ_DROP; in fq_codel_enq()
1022 ret = CLASSQEQ_DROP; in fq_codel_enq()
1094 return (ret != CLASSQEQ_SUCCESS) ? ret : CLASSQEQ_DROP; in fq_codel_enq()
H A Dif_classq.h179 #define CLASSQEQ_DROP (-1) macro
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched_fq_codel.c832 case CLASSQEQ_DROP: in fq_if_enqueue()