Searched refs:hftid_hash_4t (Results 1 – 2 of 2) sorted by relevance
118 MPASS(t->hftid_hash_4t == NULL); in alloc_hftid_hash()122 t->hftid_hash_4t = hashinit_flags(n, M_CXGBE, &t->hftid_4t_mask, flags); in alloc_hftid_hash()123 if (t->hftid_hash_4t == NULL) in alloc_hftid_hash()128 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask); in alloc_hftid_hash()129 t->hftid_hash_4t = NULL; in alloc_hftid_hash()159 head = t->hftid_hash_4t; in free_hftid_hash()173 if (t->hftid_hash_4t) { in free_hftid_hash()174 hashdestroy(t->hftid_hash_4t, M_CXGBE, t->hftid_4t_mask); in free_hftid_hash()175 t->hftid_hash_4t = NULL; in free_hftid_hash()191 LIST_HEAD(, filter_entry) *head = t->hftid_hash_4t; in insert_hf()[all …]
133 void *hftid_hash_4t; /* LIST_HEAD(, filter_entry) *hftid_hash_4t; */ member