Searched refs:hook_func (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/share/examples/kld/khelp/
H A Dh_example.c100 .hook_func = &example_hook
106 .hook_func = &example_hook
/freebsd-10.3-release/sys/sys/
H A Dhhook.h80 hhook_func_t hook_func; member in struct:hookinfo
/freebsd-10.3-release/sys/kern/
H A Dkern_hhook.c147 hhk->hhk_func = hki->hook_func;
152 if (tmp->hhk_func == hki->hook_func &&
254 if (tmp->hhk_func == hki->hook_func &&
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw_pfil.c494 void *hook_func; local
500 hook_func = (pf == AF_LINK) ? ipfw_check_frame : ipfw_check_packet;
503 (hook_func, NULL, PFIL_IN | PFIL_OUT | PFIL_WAITOK, pfh);
/freebsd-10.3-release/sys/netinet/khelp/
H A Dh_ertt.c115 .hook_func = &ertt_packet_measurement_hook
121 .hook_func = &ertt_add_tx_segment_info_hook

Completed in 120 milliseconds