Home
last modified time | relevance | path

Searched refs:hook_event_token_t (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h408 hook_event_token_t ips_ipv4firewall_physical_in;
410 hook_event_token_t ips_ipv4firewall_forwarding;
411 hook_event_token_t ips_ipv4firewall_loopback_in;
416 hook_event_token_t ips_ipv6firewall_forwarding;
422 hook_event_token_t ips_ipv4nicevents;
423 hook_event_token_t ips_ipv6nicevents;
425 hook_event_token_t ips_arp_physical_in;
426 hook_event_token_t ips_arp_physical_out;
427 hook_event_token_t ips_arpnicevents;
433 hook_event_token_t ips_ipv4observing;
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c72 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,
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,
89 static int ipf_hookviona_in __P((hook_event_token_t, hook_data_t, void *));
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h49 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 Dhook_impl.h215 extern int hook_run(hook_family_int_t *, hook_event_token_t, hook_data_t);
H A Dneti.h244 extern hook_event_token_t net_event_register(net_handle_t, hook_event_t *);
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_impl.h176 hook_event_token_t vnh_token_in;
177 hook_event_token_t vnh_token_out;
H A Dviona_hook.c47 hook_event_token_t het; in viona_hook()
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c481 hook_event_token_t
494 return ((hook_event_token_t)hei); in net_event_register()
H A Dhook.c815 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 Dipnet.c149 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 Dipd.c276 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 Dip_netinfo.c1526 hook_event_token_t hr; in ip_ne_queue_func()