Searched refs:dn_ht_find (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 101 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 D | dn_heap.h | 175 void *dn_ht_find(struct dn_ht *, uintptr_t, int, void *);
|
| H A D | ip_dummynet.c | 451 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 D | dn_heap.c | 451 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find() function
|
| H A D | ip_dn_io.c | 898 fs = dn_ht_find(dn_cfg.fshash, fs_id, 0, NULL); in dummynet_io()
|
| H A D | dummynet.txt | 257 the flowset number in fshash using dn_ht_find(), then find the scheduler
|