Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched.h66 #define pktsched_plen __plen macro
79 (_p)->pktsched_plen = 0; \
158 return pkt->pktsched_plen; in pktsched_get_pkt_len()
H A Dpktsched.c292 pkt->pktsched_plen = in pktsched_pkt_encap()
298 pkt->pktsched_plen = pkt->pktsched_pkt_kpkt->pkt_length; in pktsched_pkt_encap()
316 pkt->pktsched_plen = bytes; in pktsched_pkt_encap_chain()
384 pkt2->pktsched_plen = pkt1->pktsched_plen; in pktsched_clone_pkt()
476 pkt->pktsched_plen = 0; in pktsched_free_pkt()
H A Dpktsched_netem.c1074 ipg_ns = (pkt->pktsched_plen * 8 * NSEC_PER_SEC) / bw->rate; in rate_limiter()
1099 pkt.pktsched_plen, now); in nlc_enqueue()