Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/pktsched/
H A Dpktsched.c181 pkt->pktsched_pcnt = 1; in pktsched_pkt_encap()
208 pkt->pktsched_pcnt = cnt; in pktsched_pkt_encap_chain()
239 ASSERT(pkt1->pktsched_pcnt == 1); in pktsched_clone_pkt()
280 pkt2->pktsched_pcnt = 1; in pktsched_clone_pkt()
329 uint32_t cnt = pkt->pktsched_pcnt; in pktsched_free_pkt()
370 pkt->pktsched_pcnt = 0; in pktsched_free_pkt()
H A Dpktsched.h66 #define pktsched_pcnt __pcnt macro
79 (_p)->pktsched_pcnt = 0; \
/xnu-8019.80.24/bsd/net/classq/
H A Dclassq_fq_codel.c272 cnt = pkt->pktsched_pcnt; in fq_addq()