FreeBSD kernel kern code
hhook Struct Reference

Data Fields

hhook_func_t hhk_func
 
struct helper * hhk_helper
 
void * hhk_udata
 

Detailed Description

Definition at line 54 of file kern_hhook.c.

Field Documentation

hhook_func_t hhook::hhk_func

Definition at line 55 of file kern_hhook.c.

Referenced by hhook_add_hook(), hhook_remove_hook(), and hhook_run_hooks().

struct helper* hhook::hhk_helper

Definition at line 56 of file kern_hhook.c.

Referenced by hhook_add_hook(), and hhook_run_hooks().

void* hhook::hhk_udata

Definition at line 57 of file kern_hhook.c.

Referenced by hhook_add_hook(), hhook_remove_hook(), and hhook_run_hooks().


The documentation for this struct was generated from the following file: