Searched refs:dn_ht_find (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c99 dn_ht_find(h, (uintptr_t)*p, DNHT_INSERT, NULL);
112 dn_ht_find(h, (uintptr_t)y, DNHT_INSERT | DNHT_KEY_IS_OBJ, NULL);
116 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL));
118 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL));
120 dn_ht_find(h, x1, DNHT_REMOVE, NULL));
122 dn_ht_find(h, x1, DNHT_REMOVE, NULL));
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_heap.h129 * dn_ht_find() is the main lookup function, which can also be
146 * of the dn_ht_find(), and of the callbacks:
173 void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *);
H A Dip_dummynet.c448 return dn_ht_find(fs->qht, (uintptr_t)&masked_id,
590 return dn_ht_find(s->siht, (uintptr_t)&id_t,
797 fs = dn_ht_find(dn_cfg.fshash, i, DNHT_REMOVE, NULL);
836 * Leave s->fp unset so we can tell whether a dn_ht_find() returns
919 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL);
1176 return dn_ht_find(dn_cfg.schedhash, i, 0, NULL);
1362 fs = dn_ht_find(dn_cfg.fshash, ep->nr, 0, NULL);
1635 fs = dn_ht_find(dn_cfg.fshash, i, flags, NULL);
1752 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_INSERT, &a);
1755 s = dn_ht_find(dn_cf
[all...]
H A Ddn_heap.c447 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) function
H A Ddummynet.txt257 the flowset number in fshash using dn_ht_find(), then find the scheduler
H A Dip_dn_io.c858 fs = dn_ht_find(dn_cfg.fshash, fs_id, 0, NULL);

Completed in 118 milliseconds