Home
last modified time | relevance | path

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

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