Searched refs:DNHT_INSERT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netpfil/ipfw/test/ |
H A D | test_dn_heap.c | 98 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()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_heap.h | 186 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 | 476 DNHT_INSERT, &template); in ipdn_q_find() 618 DNHT_INSERT, s); in ipdn_si_find() 1656 int flags = nfs->sched_nr ? DNHT_INSERT : 0; in config_fs() 1777 s = dn_ht_find(V_dn_cfg.schedhash, i, DNHT_INSERT, &a); in config_sched()
|