Searched refs:blacklist_hash_entry (Results 1 – 1 of 1) sorted by relevance
61 struct blacklist_hash_entry { struct62 SLIST_ENTRY(blacklist_hash_entry) chain; // next element in chain69 SLIST_HEAD(, blacklist_hash_entry); argument73 struct blacklist_hash_entry blhe_cache[HASH_CACHE_NENTRIES];76 static struct blacklist_hash_entry *94 static struct blacklist_hash_entry *98 struct blacklist_hash_entry *blhe; in blacklist_hash_lookup()109 static struct blacklist_hash_entry *114 struct blacklist_hash_entry *blhe = alloc_hash_entry(); in blacklist_hash_add()133 bzero(&blhe_cache, sizeof(struct blacklist_hash_entry) * cache_next_entry); in hash_drop()[all …]