Home
last modified time | relevance | path

Searched refs:hook_func_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h53 typedef int (* hook_func_t)(hook_event_token_t, hook_data_t, void *); typedef
81 hook_func_t h_func; /* callback func */
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c595 hook_func_t hookfn; in ipf_hook_protocol_notify()