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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h172 dn_key dn_output_time; /* when the pkt is due for delivery */ member in struct:dn_pkt_tag
H A Dip_dummynet.c736 if (!DN_KEY_LEQ(pkt->dn_output_time, curr_time))
751 schedule_time = pkt == NULL || DN_KEY_LEQ(pkt->dn_output_time, curr_time) ?
752 curr_time + 1 : pkt->dn_output_time;
794 dt->dn_output_time = curr_time + p->delay ;
979 dn_tag_get(p->tail)->dn_output_time += t ;

Completed in 66 milliseconds