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
753 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()