Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_dn_io.c555 heap_insert(&V_dn_cfg.evheap, pkt->output_time, dline); in transmit_event()
637 heap_insert(&V_dn_cfg.evheap, now + t, si); in serve_sched()
706 if (V_dn_cfg.evheap.elements == 0 || in dummynet_task()
707 DN_KEY_LT(V_dn_cfg.curr_time, HEAP_TOP(&V_dn_cfg.evheap)->key)) in dummynet_task()
709 p = HEAP_TOP(&V_dn_cfg.evheap)->object; in dummynet_task()
710 heap_extract(&V_dn_cfg.evheap, NULL); in dummynet_task()
H A Dip_dn_private.h118 struct dn_heap evheap; /* scheduled events */ member
H A Dip_dummynet.c569 heap_extract(&V_dn_cfg.evheap, dl); in si_destroy()
572 heap_extract(&V_dn_cfg.evheap, si); in si_destroy()
1982 heap_init(&V_dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in dummynet_flush()
2585 heap_init(&V_dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in ip_dn_vnet_init()
2603 heap_free(&V_dn_cfg.evheap); in ip_dn_vnet_destroy()
H A Ddummynet.txt141 evheap if they have events to be processed.