Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c98 dn_ht_find(h, (uintptr_t)*p, DNHT_INSERT, NULL); in test_hash()
111 dn_ht_find(h, (uintptr_t)y, DNHT_INSERT | DNHT_KEY_IS_OBJ, NULL); in test_hash()
115 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash()
117 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash()
119 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash()
121 dn_ht_find(h, x1, DNHT_REMOVE, NULL)); in test_hash()
/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.h173 void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *);
H A Dip_dummynet.c475 return dn_ht_find(fs->qht, (uintptr_t)&masked_id, in ipdn_q_find()
617 return dn_ht_find(s->siht, (uintptr_t)&id_t, in ipdn_si_find()
823 fs = dn_ht_find(V_dn_cfg.fshash, i, DNHT_REMOVE, NULL); in delete_fs()
944 s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_REMOVE, NULL); in delete_schk()
1201 return dn_ht_find(V_dn_cfg.schedhash, i, 0, NULL); in locate_scheduler()
1385 fs = dn_ht_find(V_dn_cfg.fshash, ep->nr, 0, NULL); in get_aqm_parms()
1659 fs = dn_ht_find(V_dn_cfg.fshash, i, flags, NULL); in config_fs()
1777 s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_INSERT, &a); in config_sched()
1780 s = dn_ht_find(V_dn_cfg.schedhash, i, 0, &a); in config_sched()
1852 dn_ht_find(V_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.c926 fs = dn_ht_find(V_dn_cfg.fshash, fs_id, 0, NULL); in dummynet_io()
H A Ddummynet.txt256 the flowset number in fshash using dn_ht_find(), then find the scheduler