Lines Matching refs:hook_int_t
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()
844 hook_int_t *, hi, in hook_run()
858 hook_int_t *, hi); in hook_run()
1706 hook_int_t *h; in hook_event_notify_register()
1778 hook_int_t *h; in hook_event_notify_unregister()
1878 hook_int_t *hi, *new; in hook_register()
1972 hook_insert(hook_int_head_t *head, hook_int_t *new) in hook_insert()
1974 hook_int_t *before; in hook_insert()
1975 hook_int_t *hi; in hook_insert()
2066 hook_insert_plain(hook_int_head_t *head, hook_int_t *new) in hook_insert_plain()
2068 hook_int_t *hi; in hook_insert_plain()
2099 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new) in hook_insert_afterbefore()
2101 hook_int_t *hi; in hook_insert_afterbefore()
2170 hook_int_t *hi; in hook_unregister()
2244 static hook_int_t *
2247 hook_int_t *hi; in hook_find_byname()
2267 static hook_int_t *
2289 static hook_int_t *
2292 hook_int_t *new; in hook_copy()
2299 new = (hook_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP); in hook_copy()
2343 hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei, hook_int_t *hi) in hook_init_kstats()
2356 hook_int_t *h; in hook_init_kstats()
2415 hook_int_free(hook_int_t *hi, netstackid_t stackid) in hook_int_free()