Searched refs:netem_heap (Results 1 – 1 of 1) sorted by relevance
724 struct heap *netem_heap; member1122 ret = heap_insert(ne->netem_heap, abs_time_to_send, &pkt); in nlc_enqueue()1177 ret = heap_peek(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()1193 ret = heap_extract(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()1309 ne->netem_heap = heap_create(netem_heap_size); in netem_create()1373 while ((ret = heap_extract(ne->netem_heap, &key, &pkt)) == 0) { in netem_destroy()1376 heap_destroy(ne->netem_heap); in netem_destroy()