Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.h167 dn_key dn_output_time; /* when the pkt is due for delivery */ member
H A Dip_dummynet.c750 if (!DN_KEY_LEQ(pkt->dn_output_time, curr_time)) { in transmit_event()
768 schedule_time = pkt == NULL || DN_KEY_LEQ(pkt->dn_output_time, curr_time) ? in transmit_event()
769 curr_time + 1 : pkt->dn_output_time; in transmit_event()
811 dt->dn_output_time = curr_time + p->delay; in move_pkt()
1002 dn_tag_get(p->tail)->dn_output_time += t; in ready_event_wfq()