Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/classq/
H A Dclassq_fq_codel.c582 fq_if_is_flow_heavy(fqs, fq); in fq_codel_enq_legacy()
883 fq_if_is_flow_heavy(fqs, fq); in fq_codel_dq_legacy()
1082 fq_if_is_flow_heavy(fqs, fq); in fq_codel_enq()
1392 fq_if_is_flow_heavy(fqs, fq); in fq_codel_dq()
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched_fq_codel.h355 extern void fq_if_is_flow_heavy(fq_if_t *, struct flowq *);
H A Dpktsched_fq_codel.c2315 fq_if_is_flow_heavy(fq_if_t *fqs, fq_t *fq) in fq_if_is_flow_heavy() function