Searched refs:dn_output_time (Results 1 – 2 of 2) sorted by relevance
167 dn_key dn_output_time; /* when the pkt is due for delivery */ member
751 if (!DN_KEY_LEQ(pkt->dn_output_time, curr_time)) { in transmit_event()769 schedule_time = pkt == NULL || DN_KEY_LEQ(pkt->dn_output_time, curr_time) ? in transmit_event()770 curr_time + 1 : pkt->dn_output_time; in transmit_event()812 dt->dn_output_time = curr_time + p->delay; in move_pkt()1003 dn_tag_get(p->tail)->dn_output_time += t; in ready_event_wfq()