Searched refs:hook_t (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ipf_stack.h | 118 hook_t *ifs_ipfhook4_in; 119 hook_t *ifs_ipfhook4_out; 120 hook_t *ifs_ipfhook4_loop_in; 121 hook_t *ifs_ipfhook4_loop_out; 122 hook_t *ifs_ipfhook4_nicevents; 123 hook_t *ifs_ipfhook6_in; 124 hook_t *ifs_ipfhook6_out; 125 hook_t *ifs_ipfhook6_loop_in; 126 hook_t *ifs_ipfhook6_loop_out; 127 hook_t *ifs_ipfhook6_nicevents;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | hook.h | 87 } hook_t; typedef 141 extern hook_t *hook_alloc(const int version); 142 extern void hook_free(hook_t *);
|
H A D | hook_impl.h | 114 hook_t hi_hook; 214 extern int hook_register(hook_family_int_t *, char *, hook_t *); 216 extern int hook_unregister(hook_family_int_t *, char *, hook_t *);
|
H A D | neti.h | 250 extern int net_hook_register(net_handle_t, char *, hook_t *); 251 extern int net_hook_unregister(net_handle_t, char *, hook_t *);
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ipnet.h | 163 hook_t *ipnet_hook; /* hook token to unregister */ 198 hook_t *ips_nicevents; 210 hook_t *ips_hook;
|
H A D | ip.h | 3667 extern hook_t *ipobs_register_hook(netstack_t *, pfv_t); 3668 extern void ipobs_unregister_hook(netstack_t *, hook_t *);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | hook.c | 207 static hook_int_t *hook_copy(hook_t *src); 216 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h); 1859 hook_register(hook_family_int_t *hfi, char *event, hook_t *h) in hook_register() 1960 hook_t *hih; in hook_insert() 1961 hook_t *h = &new->hi_hook; in hook_insert() 2086 hook_t *nh; in hook_insert_afterbefore() 2087 hook_t *h; in hook_insert_afterbefore() 2151 hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h) in hook_unregister() 2252 hook_find(hook_event_int_t *hei, hook_t *h) in hook_find() 2274 hook_copy(hook_t *src) in hook_copy() [all …]
|
H A D | neti_impl.c | 541 net_hook_register(net_handle_t info, char *event, hook_t *h) in net_hook_register() 567 net_hook_unregister(net_handle_t info, char *event, hook_t *h) in net_hook_unregister()
|
/titanic_41/usr/src/uts/common/inet/ipd/ |
H A D | ipd.c | 224 hook_t *ipdn_v4in; /* IPv4 traffic in hook */ 225 hook_t *ipdn_v4out; /* IPv4 traffice out hook */ 226 hook_t *ipdn_v6in; /* IPv6 traffic in hook */ 227 hook_t *ipdn_v6out; /* IPv6 traffic out hook */
|
/titanic_41/usr/src/man/man9s/ |
H A D | Makefile | 43 hook_t.9s \
|
/titanic_41/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 49 hook_t *h; in hooklist()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9s.inc | 39 file path=usr/share/man/man9s/hook_t.9s
|
/titanic_41/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1962 hook_t * 1967 hook_t *hook; in ipobs_register_hook() 1986 ipobs_unregister_hook(netstack_t *ns, hook_t *hook) in ipobs_unregister_hook() 2249 hook_t *hook; in ipnet_promisc_remove()
|