Searched refs:extract_heap (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/net/dummynet/ |
H A D | ip_dummynet.c | 133 static struct dn_heap extract_heap; variable 168 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, extract_heap, CTLFLAG_RD, 169 &extract_heap.size, 0, "Size of extract heap"); 422 heap_insert(&extract_heap, pkt->output_time, pipe); in transmit_event() 668 heaps[2] = &extract_heap; /* Delay line */ in dummynet() 1305 heap_free(&extract_heap); in dummynet_flush() 1677 pipe_remove_from_heap(&extract_heap, p); in delete_pipe() 1998 extract_heap.size = extract_heap.elements = 0; in ip_dn_init_dispatch() 1999 extract_heap.offset = 0; in ip_dn_init_dispatch()
|
/dflybsd-src/sys/net/dummynet3/ |
H A D | ip_dummynet3.c | 163 static struct dn_heap extract_heap; variable 191 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, extract_heap, CTLFLAG_RD, 192 &extract_heap.size, 0, "Size of extract heap"); 441 heap_insert(&extract_heap, pkt->output_time, pipe); in transmit_event() 687 heaps[2] = &extract_heap; /* Delay line */ in dummynet() 1320 heap_free(&extract_heap); in dummynet_flush() 1665 pipe_remove_from_heap(&extract_heap, p); in delete_pipe() 1969 extract_heap.size = extract_heap.elements = 0; in ip_dn_init_dispatch() 1970 extract_heap.offset = 0; in ip_dn_init_dispatch()
|