Searched refs:hook_t (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h87 } hook_t; typedef in typeref:struct:hook_s
141 extern hook_t *hook_alloc(const int version);
142 extern void hook_free(hook_t *);
H A Dhook_impl.h84 * | | hook_family_t | | / | hei_event---------/ / | | hook_t | |
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 Dneti.h250 extern int net_hook_register(net_handle_t, char *, hook_t *);
251 extern int net_hook_unregister(net_handle_t, char *, hook_t *);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dipf_stack.h118 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_nicevent
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dipnet.h163 hook_t *ipnet_hook; /* hook token to unregister */
198 hook_t *ips_nicevents;
210 hook_t *ips_hook;
H A Dip.h3667 extern hook_t *ipobs_register_hook(netstack_t *, pfv_t);
3668 extern void ipobs_unregister_hook(netstack_t *, hook_t *);
/illumos-gate/usr/src/man/man9s/
H A DMakefile43 hook_t.9s \
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c135 * the consumer | hook_t |
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)
1960 hook_t *hih;
1961 hook_t *h = &new->hi_hook;
2086 hook_t *nh;
2087 hook_t *h;
2151 hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h)
2252 hook_find(hook_event_int_t *hei, hook_t *
[all...]
H A Dneti_impl.c541 net_hook_register(net_handle_t info, char *event, hook_t *h)
567 net_hook_unregister(net_handle_t info, char *event, hook_t *h)
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c49 hook_t *h;
/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c77 * is going to enter it, comes through the callback specified in the hook_t(9S)
107 * present on the hook_t while it is active. As long as that reference count is
112 * ioctl from ipdadm remove hook_t cb (from nic) hook_t cb (from IP)
115 * | bump hook_t refcount |
116 * mutex_enter(ipd_nsl_lock); enter ipd_hook() bump hook_t refcount
125 * | decrement hook_t refcount |
134 * the mutex, but it has bumped the hook_t refcount. However, it will never
224 hook_t *ipdn_v4in; /* IPv4 traffic in hook */
225 hook_t *ipdn_v4ou
[all...]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1966 hook_t *
1971 hook_t *hook;
1990 ipobs_unregister_hook(netstack_t *ns, hook_t *hook)
2254 hook_t *hook;

Completed in 99 milliseconds