Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_heap.c98 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 Ddn_heap.h169 struct dn_ht *dn_ht_init(struct dn_ht *, int buckets, int ofs,
H A Ddn_heap.c338 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, in dn_ht_init() function
H A Dip_dummynet.c443 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()