hash_table_entry
struct hash_table_entry *entry;
SLIST_ENTRY(hash_table_entry) h_list;
SLIST_HEAD(hash_head, hash_table_entry);