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 56 of file kern_hhook.c.

Field Documentation

◆ hhk_func

hhook_func_t hhook::hhk_func

Definition at line 57 of file kern_hhook.c.

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

◆ hhk_helper

struct helper* hhook::hhk_helper

Definition at line 58 of file kern_hhook.c.

Referenced by hhook_add_hook(), and hhook_run_hooks().

◆ hhk_udata

void* hhook::hhk_udata

Definition at line 59 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: