Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/classq/
H A Dclassq_fq_codel.c340 fq_tfc_type_t tfc_type = FQ_TFC_C; in fq_addq() local
370 tfc_type = pktsched_is_pkt_l4s(pkt) ? FQ_TFC_L4S : FQ_TFC_C; in fq_addq()
381 now, true, tfc_type); in fq_addq()
401 if (ifclassq_enable_l4s && tfc_type == FQ_TFC_L4S) { in fq_addq()
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_fq_codel.c1758 fq_tfc_type_t tfc_type) in fq_if_hash_pkt() argument
1775 fq->fq_tfc_type == tfc_type && in fq_if_hash_pkt()
1788 fq->fq_tfc_type = tfc_type; in fq_if_hash_pkt()