Lines Matching refs:delay
43 This started out as a simple way to delay outgoing packets to
45 of a full blown network emulator like NISTnet. It can delay
442 /* If a delay is expected, orphan the skb. (orphaning usually takes
443 * place at TX completion time, so _before_ the link transit delay)
488 psched_tdiff_t delay;
490 delay = tabledist(q->latency, q->jitter,
506 * from delay.
508 delay -= netem_skb_cb(last)->time_to_send - now;
509 delay = max_t(psched_tdiff_t, 0, delay);
513 delay += packet_len_2_sched_time(qdisc_pkt_len(skb), q);
516 cb->time_to_send = now + delay;
600 * If it's at ingress let's pretend the delay is