Searched refs:hook_event_token_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_stack.h | 408 hook_event_token_t ips_ipv4firewall_physical_in; 409 hook_event_token_t ips_ipv4firewall_physical_out; 410 hook_event_token_t ips_ipv4firewall_forwarding; 411 hook_event_token_t ips_ipv4firewall_loopback_in; 412 hook_event_token_t ips_ipv4firewall_loopback_out; 414 hook_event_token_t ips_ipv6firewall_physical_in; 415 hook_event_token_t ips_ipv6firewall_physical_out; 416 hook_event_token_t ips_ipv6firewall_forwarding; 417 hook_event_token_t ips_ipv6firewall_loopback_in; 418 hook_event_token_t ips_ipv6firewall_loopback_out; [all …]
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 72 static int ipf_nic_event_v4 __P((hook_event_token_t, hook_data_t, void *)); 73 static int ipf_nic_event_v6 __P((hook_event_token_t, hook_data_t, void *)); 75 static int ipf_hook4_in __P((hook_event_token_t, hook_data_t, void *)); 76 static int ipf_hook4_out __P((hook_event_token_t, hook_data_t, void *)); 77 static int ipf_hook4_loop_out __P((hook_event_token_t, hook_data_t, 79 static int ipf_hook4_loop_in __P((hook_event_token_t, hook_data_t, void *)); 81 static int ipf_hook6_out __P((hook_event_token_t, hook_data_t, void *)); 82 static int ipf_hook6_in __P((hook_event_token_t, hook_data_t, void *)); 83 static int ipf_hook6_loop_out __P((hook_event_token_t, hook_data_t, 85 static int ipf_hook6_loop_in __P((hook_event_token_t, hook_data_t, [all …]
|
/illumos-gate/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 | 215 extern int hook_run(hook_family_int_t *, hook_event_token_t, hook_data_t);
|
H A D | neti.h | 244 extern hook_event_token_t net_event_register(net_handle_t, hook_event_t *);
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_impl.h | 246 hook_event_token_t vnh_token_in; 247 hook_event_token_t vnh_token_out;
|
H A D | viona_hook.c | 47 hook_event_token_t het; in viona_hook()
|
/illumos-gate/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 | 815 hook_run(hook_family_int_t *hfi, hook_event_token_t token, hook_data_t info) in hook_run() 825 hook_event_token_t, token, in hook_run() 837 hook_event_token_t, token, in hook_run() 842 hook_event_token_t, token, in hook_run() 856 hook_event_token_t, token, in hook_run()
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 149 static int ipnet_nicevent_cb(hook_event_token_t, hook_data_t, void *); 173 static int ipobs_bounce_func(hook_event_token_t, hook_data_t, void *); 174 static int ipnet_bpf_bounce(hook_event_token_t, hook_data_t, void *); 1564 ipnet_nicevent_cb(hook_event_token_t token, hook_data_t info, void *arg) in ipnet_nicevent_cb() 1941 ipobs_bounce_func(hook_event_token_t token, hook_data_t info, void *arg) in ipobs_bounce_func() 2287 ipnet_bpf_bounce(hook_event_token_t token, hook_data_t info, void *arg) in ipnet_bpf_bounce()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 1526 hook_event_token_t hr; in ip_ne_queue_func()
|