Home
last modified time | relevance | path

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

/NextBSD/sys/netpfil/ipfw/
HDdn_heap.h165 struct dn_ht; /* should be opaque */
167 struct dn_ht *dn_ht_init(struct dn_ht *, int buckets, int ofs,
171 void dn_ht_free(struct dn_ht *, int flags);
173 void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *);
174 int dn_ht_scan(struct dn_ht *, int (*)(void *, void *), void *);
175 int dn_ht_scan_bucket(struct dn_ht *, int * , int (*)(void *, void *), void *);
176 int dn_ht_entries(struct dn_ht *);
HDdn_heap.c320 struct dn_ht { struct
335 struct dn_ht * argument
336 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, in dn_ht_init()
426 dn_ht_free(struct dn_ht *ht, int flags) in dn_ht_free()
440 dn_ht_entries(struct dn_ht *ht) in dn_ht_entries()
447 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find()
490 dn_ht_scan(struct dn_ht *ht, int (*fn)(void *, void *), void *arg) in dn_ht_scan()
525 dn_ht_scan_bucket(struct dn_ht *ht, int *bucket, int (*fn)(void *, void *), in dn_ht_scan_bucket()
HDip_dn_private.h134 struct dn_ht *fshash;
135 struct dn_ht *schedhash;
210 struct dn_ht *qht;
288 struct dn_ht *siht;
/NextBSD/sys/netpfil/ipfw/test/
HDtest_dn_heap.c91 struct dn_ht *h; in test_hash()