Searched refs:time_to_send (Results 1 – 1 of 1) sorted by relevance
1169 uint64_t time_to_send; in netem_dequeue_internal_locked() local1177 ret = heap_peek(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()1184 if (time_to_send > mach_absolute_time()) { in netem_dequeue_internal_locked()1187 time_to_send, mach_absolute_time()); in netem_dequeue_internal_locked()1193 ret = heap_extract(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()