Searched refs:time_to_send (Results 1 – 1 of 1) sorted by relevance
1185 uint64_t time_to_send; in netem_dequeue_internal_locked() local1193 ret = heap_peek(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()1200 if (time_to_send > mach_absolute_time()) { in netem_dequeue_internal_locked()1203 time_to_send, mach_absolute_time()); in netem_dequeue_internal_locked()1209 ret = heap_extract(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()