Searched refs:hook_int_t (Results 1 – 3 of 3) sorted by relevance
208 static hook_int_t *hook_copy(hook_t *src);217 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);218 static void hook_int_free(hook_int_t *hi, netstackid_t);224 static int hook_insert(hook_int_head_t *head, hook_int_t *new);225 static void hook_insert_plain(hook_int_head_t *head, hook_int_t *new);226 static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);227 static hook_int_t *hook_find_byname(hook_int_head_t *head, char *name);232 hook_int_t *hi);818 hook_int_t *hi; in hook_run()839 hook_int_t *, hi); in hook_run()[all …]
120 } hook_int_t; typedef
44 hook_int_t hl, *hlp; in hooklist()