Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/pktsched/
H A Dpktsched.c186 pkt->pktsched_pcnt = 1; in pktsched_pkt_encap()
213 pkt->pktsched_pcnt = cnt; in pktsched_pkt_encap_chain()
244 ASSERT(pkt1->pktsched_pcnt == 1); in pktsched_clone_pkt()
285 pkt2->pktsched_pcnt = 1; in pktsched_clone_pkt()
334 uint32_t cnt = pkt->pktsched_pcnt; in pktsched_free_pkt()
375 pkt->pktsched_pcnt = 0; in pktsched_free_pkt()
H A Dpktsched.h66 #define pktsched_pcnt __pcnt macro
79 (_p)->pktsched_pcnt = 0; \
/xnu-10063.141.1/bsd/net/classq/
H A Dclassq_fq_codel.c329 cnt = pkt->pktsched_pcnt; in fq_addq()