Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/classq/
H A Dclassq_fq_codel.c305 fq_tfc_type_t tfc_type = FQ_TFC_C; in fq_addq() local
335 tfc_type = pktsched_is_pkt_l4s(pkt) ? FQ_TFC_L4S : FQ_TFC_C; in fq_addq()
346 now, true, tfc_type); in fq_addq()
366 if (ifclassq_enable_l4s && tfc_type == FQ_TFC_L4S) { in fq_addq()
/xnu-8796.121.2/bsd/net/pktsched/
H A Dpktsched_fq_codel.c1487 fq_tfc_type_t tfc_type) in fq_if_hash_pkt() argument
1504 fq->fq_tfc_type == tfc_type && in fq_if_hash_pkt()
1517 fq->fq_tfc_type = tfc_type; in fq_if_hash_pkt()