Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.h105 int heap_scan(struct dn_heap *, int (*)(void *, uintptr_t), uintptr_t);
H A Ddn_heap.c286 heap_scan(struct dn_heap *h, int (*fn)(void *, uintptr_t), in heap_scan() function