hook_rec
struct hook_rec *hr = (struct hook_rec*)hrx, *cr;
struct hook_rec *hr;
struct hook_rec *cr, *hr;
struct hook_rec *cr = (struct hook_rec*)crx;
struct hook_rec *cr = (struct hook_rec*)crx;
TAILQ_ENTRY(hook_rec) hr_link;
TAILQ_HEAD(hook_list, hook_rec);
struct hook_rec *hr, *cr, *prev_hr;