Lines Matching refs:hook_family_int_t

114  *              | hook_family_int_t |---->| hook_family_int_t |
138 * IPFilter does not see the hook_family_int_t or hook_family_t directly.
140 * contains a pointer to hook_family_int_t. The structure behind the
207 static hook_event_int_t *hook_event_find(hook_family_int_t *hfi, char *event);
208 static void hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi);
209 static hook_family_int_t *hook_family_copy(hook_family_t *src);
210 static hook_family_int_t *hook_family_find(char *family, hook_stack_t *hks);
211 static void hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks);
223 static void hook_event_init_kstats(hook_family_int_t *, hook_event_int_t *);
224 static void hook_event_notify_run(hook_event_int_t *, hook_family_int_t *,
226 static void hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei,
637 hook_family_int_t *hfi;
703 hook_family_int_t *hfi;
795 hook_run(hook_family_int_t *hfi, hook_event_token_t token, hook_data_t info)
861 hook_family_int_t *
864 hook_family_int_t *hfi, *new;
934 * called once and once only per hook_family_int_t. Thus when cleaning up
938 hook_family_remove(hook_family_int_t *hfi)
1003 hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks)
1050 hook_family_shutdown(hook_family_int_t *hfi)
1093 static hook_family_int_t *
1096 hook_family_int_t *new;
1102 new = (hook_family_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
1126 static hook_family_int_t *
1129 hook_family_int_t *hfi = NULL;
1152 * so if we take this into account, then neither the hook_family_int_t nor
1159 hook_family_notify_register(hook_family_int_t *hfi,
1216 * 2) If the hook_family_int_t structure is on death row (free_family will
1225 hook_family_notify_unregister(hook_family_int_t *hfi,
1290 hook_event_add(hook_family_int_t *hfi, hook_event_t *he)
1369 hook_event_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei)
1404 * hook_family_int_t via a call to net_protocol_lookup or net_protocol_unreg'.
1405 * This the hook_family_int_t is guaranteed to be around for the life of this
1410 hook_event_remove(hook_family_int_t *hfi, hook_event_t *he)
1499 hook_event_shutdown(hook_family_int_t *hfi, hook_event_t *he)
1551 hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi)
1598 hook_family_int_t *hfi;
1652 hook_event_find(hook_family_int_t *hfi, char *event)
1680 hook_event_notify_register(hook_family_int_t *hfi, char *event,
1752 hook_event_notify_unregister(hook_family_int_t *hfi, char *event,
1837 hook_event_notify_run(hook_event_int_t *hei, hook_family_int_t *hfi,
1855 hook_register(hook_family_int_t *hfi, char *event, hook_t *h)
2147 hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h)
2201 * will not be free'd and thus the hook_family_int_t wil not
2323 hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei, hook_int_t *hi)