Home
last modified time | relevance | path

Searched refs:extract_heap (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c143 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap; variable
178 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, extract_heap,
179 CTLFLAG_RD | CTLFLAG_LOCKED, &extract_heap.size, 0, "Size of extract heap");
777 heap_insert(&extract_heap, schedule_time, pipe); in transmit_event()
1046 heaps[2] = &extract_heap; /* delay line */ in dummynet()
1877 heap_free(&extract_heap); in dummynet_flush()
2199 heap_free(&extract_heap); in dummynet_drain()
2265 pipe_remove_from_heap(&extract_heap, b); in delete_pipe()
2565 extract_heap.size = extract_heap.elements = 0; in ip_dn_init()
2566 extract_heap.offset = 0; in ip_dn_init()