Searched refs:DNHT_KEY_IS_OBJ (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/netpfil/ipfw/test/ |
| D | test_dn_heap.c | 55 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()
|
| /freebsd-12-stable/sys/netpfil/ipfw/ |
| D | dn_heap.h | 186 DNHT_KEY_IS_OBJ = 0x0004, /* key is the obj pointer */ enumerator
|
| D | ip_dummynet.c | 318 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in q_hash() 331 if (flags & DNHT_KEY_IS_OBJ) { in q_match() 484 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in si_hash() 497 id2 = (flags & DNHT_KEY_IS_OBJ) ? in si_match() 645 uint32_t i = !(flags & DNHT_KEY_IS_OBJ) ? key : in fsk_hash() 655 int i = !(flags & DNHT_KEY_IS_OBJ) ? key : in fsk_match() 837 uint32_t i = !(flags & DNHT_KEY_IS_OBJ) ? key : in schk_hash() 846 int i = !(flags & DNHT_KEY_IS_OBJ) ? key : in schk_match() 1079 ni->oid.id = si_hash((uintptr_t)si, DNHT_KEY_IS_OBJ, NULL); in copy_si_cb()
|