Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_car.c64 struct hookinfo { struct
85 struct hookinfo upper; /* hook to upper layers */ argument
H A Dng_tee.c70 struct hookinfo { struct
72 struct hookinfo *dest, *dup; argument
75 typedef struct hookinfo *hi_p; argument
H A Dng_pipe.c83 struct hookinfo { global() struct
100 ber_phookinfo global() argument
[all...]
/freebsd/sys/sys/
H A Dhhook.h82 struct hookinfo { struct
83 hhook_func_t hook_func;
84 struct helper *hook_helper;
85 void *hook_udata;
86 int32_t hook_id;
110 int hhook_add_hook(struct hhook_head *hhh, const struct hookinfo *hki, argument