Searched refs:dn_ht_init (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/test/ |
H A D | test_dn_heap.c | 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()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_heap.h | 167 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 | 467 fs->qht = dn_ht_init(NULL, fs->fs.buckets, in ipdn_q_find() 883 s->siht = dn_ht_init(NULL, s->sch.buckets, in schk_new() 2584 V_dn_cfg.schedhash = dn_ht_init(NULL, V_dn_cfg.hash_size, in ip_dn_vnet_init() 2587 V_dn_cfg.fshash = dn_ht_init(NULL, V_dn_cfg.hash_size, in ip_dn_vnet_init()
|