hook_stack
struct hook_stack *hks;
SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry);
struct hook_stack *hfi_stack;
SLIST_ENTRY(hook_stack) hks_entry;
typedef struct hook_stack hook_stack_t;
SLIST_HEAD(hook_stack_head, hook_stack);
struct hook_stack *nu_hook;