Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c145 static struct dn_heap ready_heap, extract_heap, wfq_ready_heap; variable
180 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, extract_heap,
181 CTLFLAG_RD | CTLFLAG_LOCKED, &extract_heap.size, 0, "Size of extract heap");
774 heap_insert(&extract_heap, schedule_time, pipe); in transmit_event()
1043 heaps[2] = &extract_heap; /* delay line */ in dummynet()
1872 heap_free(&extract_heap); in dummynet_flush()
2212 heap_free(&extract_heap); in dummynet_drain()
2278 pipe_remove_from_heap(&extract_heap, b); in delete_pipe()
2578 extract_heap.size = extract_heap.elements = 0; in ip_dn_init()
2579 extract_heap.offset = 0; in ip_dn_init()