Searched refs:hook_family_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | neti.h | 246 extern int net_family_register(net_handle_t, hook_family_t *); 247 extern int net_family_shutdown(net_handle_t, hook_family_t *); 248 extern int net_family_unregister(net_handle_t, hook_family_t *);
|
H A D | hook_impl.h | 174 hook_family_t hfi_family; 225 extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
|
H A D | hook.h | 107 } hook_family_t; typedef
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 372 hook_family_t ips_ipv4root; 373 hook_family_t ips_ipv6root; 374 hook_family_t ips_arproot;
|
/titanic_44/usr/src/uts/common/io/ |
H A D | neti_impl.c | 402 net_family_register(net_handle_t info, hook_family_t *hf) in net_family_register() 433 net_family_unregister(net_handle_t info, hook_family_t *hf) in net_family_unregister() 455 net_family_shutdown(net_handle_t info, hook_family_t *hf) in net_family_shutdown()
|
H A D | hook.c | 213 static hook_family_int_t *hook_family_copy(hook_family_t *src); 866 hook_family_add(hook_family_t *hf, hook_stack_t *hks, void **store) in hook_family_add() 1098 hook_family_copy(hook_family_t *src) in hook_family_copy() 1101 hook_family_t *dst; in hook_family_copy()
|