Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c52 return (flags & DNHT_KEY_IS_OBJ) ? in hf()
58 char *s = (flags & DNHT_KEY_IS_OBJ) ? in matchf()
111 dn_ht_find(h, (uintptr_t)y, DNHT_INSERT | DNHT_KEY_IS_OBJ, NULL); in test_hash()
115 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash()
117 dn_ht_find(h, x, DNHT_KEY_IS_OBJ | DNHT_REMOVE, NULL)); in test_hash()
/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.h184 DNHT_KEY_IS_OBJ = 0x0004, /* key is the obj pointer */ enumerator
H A Dip_dummynet.c327 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in q_hash()
340 if (flags & DNHT_KEY_IS_OBJ) { in q_match()
493 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in si_hash()
506 id2 = (flags & DNHT_KEY_IS_OBJ) ? in si_match()
654 uint32_t i = !(flags & DNHT_KEY_IS_OBJ) ? key : in fsk_hash()
664 int i = !(flags & DNHT_KEY_IS_OBJ) ? key : in fsk_match()
846 uint32_t i = !(flags & DNHT_KEY_IS_OBJ) ? key : in schk_hash()
855 int i = !(flags & DNHT_KEY_IS_OBJ) ? key : in schk_match()
1088 ni->oid.id = si_hash((uintptr_t)si, DNHT_KEY_IS_OBJ, NULL); in copy_si_cb()