Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/pktsched/
H A Dpktsched.h65 #define pktsched_plen __plen macro
78 (_p)->pktsched_plen = 0; \
157 return pkt->pktsched_plen; in pktsched_get_pkt_len()
H A Dpktsched.c190 pkt->pktsched_plen = in pktsched_pkt_encap()
196 pkt->pktsched_plen = pkt->pktsched_pkt_kpkt->pkt_length; in pktsched_pkt_encap()
214 pkt->pktsched_plen = bytes; in pktsched_pkt_encap_chain()
282 pkt2->pktsched_plen = pkt1->pktsched_plen; in pktsched_clone_pkt()
374 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()