Home
last modified time | relevance | path

Searched refs:DNHT_INSERT (Results 1 – 4 of 4) 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()
/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.h186 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.c476 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()