Home
last modified time | relevance | path

Searched defs:hookinfo (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_car.c57 struct hookinfo { struct
78 struct hookinfo upper; /* hook to upper layers */ argument
H A Dng_tee.c66 struct hookinfo { struct
68 struct hookinfo *dest, *dup; argument
71 typedef struct hookinfo *hi_p; argument
H A Dng_pipe.c85 struct hookinfo { struct
102 struct hookinfo lower; argument
/f-stack/freebsd/sys/
H A Dhhook.h84 struct hookinfo { struct
85 hhook_func_t hook_func;
86 struct helper *hook_helper;
87 void *hook_udata;
88 int32_t hook_id;
112 int hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, argument