Home
last modified time | relevance | path

Searched refs:DNHT_INSERT (Results 1 – 4 of 4) 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()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.h188 DNHT_INSERT = 0x0010, /* insert if not found */ enumerator
H A Ddn_heap.c475 } else if (flags & DNHT_INSERT) { in dn_ht_find()
H A Dip_dummynet.c452 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()