Lines Matching refs:hook_int_t
132 * | hook_int_t |
139 * references to hook_int_t, hook_event_t or hook_event_int_t. By placing
207 static hook_int_t *hook_copy(hook_t *src);
216 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
217 static void hook_int_free(hook_int_t *hi, netstackid_t);
223 static int hook_insert(hook_int_head_t *head, hook_int_t *new);
224 static void hook_insert_plain(hook_int_head_t *head, hook_int_t *new);
225 static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);
226 static hook_int_t *hook_find_byname(hook_int_head_t *head, char *name);
231 hook_int_t *hi);
802 hook_int_t *hi;
823 hook_int_t *, hi);
828 hook_int_t *, hi,
842 hook_int_t *, hi);
1690 hook_int_t *h;
1762 hook_int_t *h;
1862 hook_int_t *hi, *new;
1872 /* Alloc hook_int_t and copy hook */
1956 hook_insert(hook_int_head_t *head, hook_int_t *new)
1958 hook_int_t *before;
1959 hook_int_t *hi;
2050 hook_insert_plain(hook_int_head_t *head, hook_int_t *new)
2052 hook_int_t *hi;
2083 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new)
2085 hook_int_t *hi;
2154 hook_int_t *hi;
2228 static hook_int_t *
2231 hook_int_t *hi;
2251 static hook_int_t *
2273 static hook_int_t *
2276 hook_int_t *new;
2283 new = (hook_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
2327 hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei, hook_int_t *hi)
2340 hook_int_t *h;
2399 hook_int_free(hook_int_t *hi, netstackid_t stackid)