hook_int
struct hook_int;
typedef struct hook_int *hook_token_t;
TAILQ_ENTRY(hook_int) hi_entry;
TAILQ_HEAD(hook_int_head, hook_int);