Home
last modified time | relevance | path

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

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