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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_heap.h115 * dn_ht_init() initializes the table, setting the number of
167 struct dn_ht *dn_ht_init(struct dn_ht *, int buckets, int ofs,
H A Ddn_heap.c336 dn_ht_init(struct dn_ht *ht, int buckets, int ofs, function
H A Dip_dummynet.c440 fs->qht = dn_ht_init(NULL, fs->fs.buckets,
857 s->siht = dn_ht_init(NULL, s->sch.buckets,
2533 dn_cfg.schedhash = dn_ht_init(NULL, dn_cfg.hash_size,
2536 dn_cfg.fshash = dn_ht_init(NULL, dn_cfg.hash_size,
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c96 h = dn_ht_init(NULL, 10, 0, hf, matchf, newfn);
103 h = dn_ht_init(NULL, 10, 0, hf, matchf, NULL);

Completed in 59 milliseconds