Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/classq/
H A Dif_classq.h189 #define CLASSQEQ_COMPRESSED 4 macro
H A Dclassq_fq_codel.c330 return CLASSQEQ_COMPRESSED; in fq_compressor()
565 if (ret_compress == CLASSQEQ_COMPRESSED) { in fq_codel_enq_legacy()
1065 if (ret_compress == CLASSQEQ_COMPRESSED) { in fq_codel_enq()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched_fq_codel.c820 } else if (ret == CLASSQEQ_COMPRESSED) { in fq_if_enqueue()