Home
last modified time | relevance | path

Searched refs:hook_family_t (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dneti.h246 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 Dhook_impl.h174 hook_family_t hfi_family;
225 extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
H A Dhook.h107 } hook_family_t; typedef
/titanic_41/usr/src/uts/common/inet/
H A Dip_stack.h372 hook_family_t ips_ipv4root;
373 hook_family_t ips_ipv6root;
374 hook_family_t ips_arproot;
/titanic_41/usr/src/uts/common/io/
H A Dneti_impl.c402 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 Dhook.c213 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()