Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c572 heap_insert(&dn_cfg.evheap, pkt->output_time, dline); in transmit_event()
653 heap_insert(&dn_cfg.evheap, now + t, si); in serve_sched()
715 if (dn_cfg.evheap.elements == 0 || in dummynet_task()
716 DN_KEY_LT(dn_cfg.curr_time, HEAP_TOP(&dn_cfg.evheap)->key)) in dummynet_task()
718 p = HEAP_TOP(&dn_cfg.evheap)->object; in dummynet_task()
719 heap_extract(&dn_cfg.evheap, NULL); in dummynet_task()
H A Dip_dn_private.h126 struct dn_heap evheap; /* scheduled events */ member
H A Dip_dummynet.c555 heap_extract(&dn_cfg.evheap, dl); in si_destroy()
558 heap_extract(&dn_cfg.evheap, si); in si_destroy()
1971 heap_init(&dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in dummynet_flush()
2545 heap_init(&dn_cfg.evheap, 16, offsetof(struct dn_id, id)); in ip_dn_init()
2586 heap_free(&dn_cfg.evheap); in ip_dn_destroy()
H A Ddummynet.txt141 evheap if they have events to be processed.