Searched refs:hook_event_t (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 383 hook_event_t ips_ip4_physical_in_event; 384 hook_event_t ips_ip4_physical_out_event; 385 hook_event_t ips_ip4_forwarding_event; 386 hook_event_t ips_ip4_loopback_in_event; 387 hook_event_t ips_ip4_loopback_out_event; 389 hook_event_t ips_ip6_physical_in_event; 390 hook_event_t ips_ip6_physical_out_event; 391 hook_event_t ips_ip6_forwarding_event; 392 hook_event_t ips_ip6_loopback_in_event; 393 hook_event_t ips_ip6_loopback_out_event; [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | hook_impl.h | 151 hook_event_t *hei_event; 217 extern hook_event_int_t *hook_event_add(hook_family_int_t *, hook_event_t *); 222 extern int hook_event_remove(hook_family_int_t *, hook_event_t *); 223 extern int hook_event_shutdown(hook_family_int_t *, hook_event_t *);
|
H A D | neti.h | 239 extern hook_event_token_t net_event_register(net_handle_t, hook_event_t *); 240 extern int net_event_shutdown(net_handle_t, hook_event_t *); 241 extern int net_event_unregister(net_handle_t, hook_event_t *);
|
H A D | hook.h | 124 } hook_event_t; typedef
|
/titanic_44/usr/src/uts/common/io/ |
H A D | neti_impl.c | 482 net_event_register(net_handle_t info, hook_event_t *he) in net_event_register() 506 net_event_unregister(net_handle_t info, hook_event_t *he) in net_event_unregister() 519 net_event_shutdown(net_handle_t info, hook_event_t *he) in net_event_shutdown()
|
H A D | hook.c | 208 static hook_event_int_t *hook_event_checkdup(hook_event_t *he, 210 static hook_event_int_t *hook_event_copy(hook_event_t *src); 1294 hook_event_add(hook_family_int_t *hfi, hook_event_t *he) in hook_event_add() 1414 hook_event_remove(hook_family_int_t *hfi, hook_event_t *he) in hook_event_remove() 1503 hook_event_shutdown(hook_family_int_t *hfi, hook_event_t *he) in hook_event_shutdown() 1600 hook_event_checkdup(hook_event_t *he, hook_stack_t *hks) in hook_event_checkdup() 1630 hook_event_copy(hook_event_t *src) in hook_event_copy()
|
/titanic_44/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 113 hook_event_t hp; in hookeventlist()
|