Searched refs:hook_family_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | neti.h | 251 extern int net_family_register(net_handle_t, hook_family_t *); 252 extern int net_family_shutdown(net_handle_t, hook_family_t *); 253 extern int net_family_unregister(net_handle_t, hook_family_t *);
|
H A D | hook_impl.h | 175 hook_family_t hfi_family; 227 extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
|
H A D | hook.h | 107 } hook_family_t; typedef
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 381 hook_family_t ips_ipv4root; 382 hook_family_t ips_ipv6root; 383 hook_family_t ips_arproot;
|
/illumos-gate/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 | 214 static hook_family_int_t *hook_family_copy(hook_family_t *src); 882 hook_family_add(hook_family_t *hf, hook_stack_t *hks, void **store) in hook_family_add() 1114 hook_family_copy(hook_family_t *src) in hook_family_copy() 1117 hook_family_t *dst; in hook_family_copy()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_impl.h | 243 hook_family_t vnh_family;
|