Searched refs:hook_event_token_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 399 hook_event_token_t ips_ipv4firewall_physical_in; 400 hook_event_token_t ips_ipv4firewall_physical_out; 401 hook_event_token_t ips_ipv4firewall_forwarding; 402 hook_event_token_t ips_ipv4firewall_loopback_in; 403 hook_event_token_t ips_ipv4firewall_loopback_out; 405 hook_event_token_t ips_ipv6firewall_physical_in; 406 hook_event_token_t ips_ipv6firewall_physical_out; 407 hook_event_token_t ips_ipv6firewall_forwarding; 408 hook_event_token_t ips_ipv6firewall_loopback_in; 409 hook_event_token_t ips_ipv6firewall_loopback_out; [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | hook.h | 49 typedef struct hook_event_int *hook_event_token_t; typedef 53 typedef int (* hook_func_t)(hook_event_token_t, hook_data_t, void *);
|
H A D | hook_impl.h | 213 extern int hook_run(hook_family_int_t *, hook_event_token_t, hook_data_t);
|
H A D | neti.h | 239 extern hook_event_token_t net_event_register(net_handle_t, hook_event_t *);
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 70 static int ipf_nic_event_v4 __P((hook_event_token_t, hook_data_t, void *)); 71 static int ipf_nic_event_v6 __P((hook_event_token_t, hook_data_t, void *)); 73 static int ipf_hook4_in __P((hook_event_token_t, hook_data_t, void *)); 74 static int ipf_hook4_out __P((hook_event_token_t, hook_data_t, void *)); 75 static int ipf_hook4_loop_out __P((hook_event_token_t, hook_data_t, 77 static int ipf_hook4_loop_in __P((hook_event_token_t, hook_data_t, void *)); 79 static int ipf_hook6_out __P((hook_event_token_t, hook_data_t, void *)); 80 static int ipf_hook6_in __P((hook_event_token_t, hook_data_t, void *)); 81 static int ipf_hook6_loop_out __P((hook_event_token_t, hook_data_t, 83 static int ipf_hook6_loop_in __P((hook_event_token_t, hook_data_t, [all …]
|
/titanic_44/usr/src/uts/common/io/ |
H A D | neti_impl.c | 481 hook_event_token_t 494 return ((hook_event_token_t)hei); in net_event_register()
|
H A D | hook.c | 799 hook_run(hook_family_int_t *hfi, hook_event_token_t token, hook_data_t info) in hook_run() 809 hook_event_token_t, token, in hook_run() 821 hook_event_token_t, token, in hook_run() 826 hook_event_token_t, token, in hook_run() 840 hook_event_token_t, token, in hook_run()
|
/titanic_44/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 144 static int ipnet_nicevent_cb(hook_event_token_t, hook_data_t, void *); 168 static int ipobs_bounce_func(hook_event_token_t, hook_data_t, void *); 169 static int ipnet_bpf_bounce(hook_event_token_t, hook_data_t, void *); 1557 ipnet_nicevent_cb(hook_event_token_t token, hook_data_t info, void *arg) in ipnet_nicevent_cb() 1934 ipobs_bounce_func(hook_event_token_t token, hook_data_t info, void *arg) in ipobs_bounce_func() 2279 ipnet_bpf_bounce(hook_event_token_t token, hook_data_t info, void *arg) in ipnet_bpf_bounce()
|
/titanic_44/usr/src/uts/common/inet/ipd/ |
H A D | ipd.c | 276 ipd_hook(hook_event_token_t event, hook_data_t data, void *arg) in ipd_hook()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 1526 hook_event_token_t hr; in ip_ne_queue_func()
|