Searched refs:dn_ht_init (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/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 | 457 fs->qht = dn_ht_init(NULL, fs->fs.buckets, in ipdn_q_find() 873 s->siht = dn_ht_init(NULL, s->sch.buckets, in schk_new() 2574 V_dn_cfg.schedhash = dn_ht_init(NULL, V_dn_cfg.hash_size, in ip_dn_vnet_init() 2577 V_dn_cfg.fshash = dn_ht_init(NULL, V_dn_cfg.hash_size, in ip_dn_vnet_init()
|