Searched refs:dn_ht (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.h | 167 struct dn_ht; /* should be opaque */ 169 struct dn_ht *dn_ht_init(struct dn_ht *, int buckets, int ofs, 173 void dn_ht_free(struct dn_ht *, int flags); 175 void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *); 176 int dn_ht_scan(struct dn_ht *, int (*)(void *, void *), void *); 177 int dn_ht_scan_bucket(struct dn_ht *, int * , int (*)(void *, void *), void *); 178 int dn_ht_entries(struct dn_ht *);
|
| H A D | dn_heap.c | 322 struct dn_ht { struct 337 struct dn_ht * argument 338 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, in dn_ht_init() 430 dn_ht_free(struct dn_ht *ht, int flags) in dn_ht_free() 444 dn_ht_entries(struct dn_ht *ht) in dn_ht_entries() 451 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find() 494 dn_ht_scan(struct dn_ht *ht, int (*fn)(void *, void *), void *arg) in dn_ht_scan() 529 dn_ht_scan_bucket(struct dn_ht *ht, int *bucket, int (*fn)(void *, void *), in dn_ht_scan_bucket()
|
| H A D | ip_dn_private.h | 140 struct dn_ht *fshash; 141 struct dn_ht *schedhash; 219 struct dn_ht *qht; 304 struct dn_ht *siht;
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 93 struct dn_ht *h; in test_hash()
|