Searched refs:DNHT_INSERT (Results 1 – 4 of 4) 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()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.h | 188 DNHT_INSERT = 0x0010, /* insert if not found */ enumerator
|
| H A D | dn_heap.c | 475 } else if (flags & DNHT_INSERT) { in dn_ht_find()
|
| H A D | ip_dummynet.c | 452 DNHT_INSERT, &template); in ipdn_q_find() 594 DNHT_INSERT, s); in ipdn_si_find() 1635 int flags = nfs->sched_nr ? DNHT_INSERT : 0; in config_fs() 1755 s = dn_ht_find(dn_cfg.schedhash, i, DNHT_INSERT, &a); in config_sched()
|