Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c56 int matchf(void *obj, uintptr_t key, int flags, void *arg) in matchf() function
95 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn); in test_hash()
102 h = dn_ht_init(NULL, 10, 0, hf, matchf, NULL); in test_hash()