Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_heap.c101 dn_ht_find(h, (uintptr_t)*p, DNHT_INSERT, NULL); in test_hash()
114 dn_ht_find(h, (uintptr_t)y, DNHT_INSERT | DNHT_KEY_IS_OBJ, NULL); in test_hash()
118 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash()
120 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash()
122 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash()
124 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.h175 void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *);
H A Dip_dummynet.c451 return dn_ht_find(fs->qht, (uintptr_t)&masked_id, in ipdn_q_find()
593 return dn_ht_find(s->siht, (uintptr_t)&id_t, in ipdn_si_find()
800 fs = dn_ht_find(dn_cfg.fshash, i, DNHT_REMOVE, NULL); in delete_fs()
922 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in delete_schk()
1179 return dn_ht_find(dn_cfg.schedhash, i, 0, NULL); in locate_scheduler()
1365 fs = dn_ht_find(dn_cfg.fshash, ep->nr, 0, NULL); in get_aqm_parms()
1638 fs = dn_ht_find(dn_cfg.fshash, i, flags, NULL); in config_fs()
1755 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_INSERT, &a); in config_sched()
1758 s = dn_ht_find(dn_cfg.schedhash, i, 0, &a); in config_sched()
1830 dn_ht_find(dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in config_sched()
[all …]
H A Ddn_heap.c451 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find() function
H A Dip_dn_io.c898 fs = dn_ht_find(dn_cfg.fshash, fs_id, 0, NULL); in dummynet_io()
H A Ddummynet.txt257 the flowset number in fshash using dn_ht_find(), then find the scheduler