Searched refs:dn_ht_init (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 98 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn); in test_hash() 105 h = dn_ht_init(NULL, 10, 0, hf, matchf, NULL); in test_hash()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.h | 169 struct dn_ht *dn_ht_init(struct dn_ht *, int buckets, int ofs,
|
| H A D | dn_heap.c | 338 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, in dn_ht_init() function
|
| H A D | ip_dummynet.c | 443 fs->qht = dn_ht_init(NULL, fs->fs.buckets, in ipdn_q_find() 860 s->siht = dn_ht_init(NULL, s->sch.buckets, in schk_new() 2534 dn_cfg.schedhash = dn_ht_init(NULL, dn_cfg.hash_size, in ip_dn_init() 2537 dn_cfg.fshash = dn_ht_init(NULL, dn_cfg.hash_size, in ip_dn_init()
|