Searched refs:netem_heap (Results 1 – 1 of 1) sorted by relevance
617 struct heap *netem_heap; member1041 ret = heap_insert(ne->netem_heap, time_to_send, &pkt); in netem_enqueue()1081 ret = heap_peek(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()1103 ret = heap_extract(ne->netem_heap, &time_to_send, &pkt); in netem_dequeue_internal_locked()1218 ne->netem_heap = heap_create(NETEM_HEAP_SIZE); in netem_create()1280 while ((ret = heap_extract(ne->netem_heap, &key, &pkt)) == 0) { in netem_destroy()1283 heap_destroy(ne->netem_heap); in netem_destroy()