Home
last modified time | relevance | path

Searched refs:DNHT_KEY_IS_OBJ (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_heap.c55 return (flags & DNHT_KEY_IS_OBJ) ? in hf()
61 char *s = (flags & DNHT_KEY_IS_OBJ) ? in matchf()
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()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.h186 DNHT_KEY_IS_OBJ = 0x0004, /* key is the obj pointer */ enumerator
H A Dip_dummynet.c303 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in q_hash()
316 if (flags & DNHT_KEY_IS_OBJ) { in q_match()
469 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in si_hash()
482 id2 = (flags & DNHT_KEY_IS_OBJ) ? in si_match()
630 uint32_t i = !(flags & DNHT_KEY_IS_OBJ) ? key : in fsk_hash()
640 int i = !(flags & DNHT_KEY_IS_OBJ) ? key : in fsk_match()
823 uint32_t i = !(flags & DNHT_KEY_IS_OBJ) ? key : in schk_hash()
832 int i = !(flags & DNHT_KEY_IS_OBJ) ? key : in schk_match()
1066 ni->oid.id = si_hash((uintptr_t)si, DNHT_KEY_IS_OBJ, NULL); in copy_si_cb()