Symbol: hookinfo
share/examples/kld/khelp/h_example.c
95
struct hookinfo example_hooks[] = {
sys/kern/kern_hhook.c
130
hhook_add_hook(struct hhook_head *hhh, const struct hookinfo *hki, uint32_t flags)
sys/kern/kern_hhook.c
187
hhook_add_hook_lookup(const struct hookinfo *hki, uint32_t flags)
sys/kern/kern_hhook.c
245
hhook_remove_hook(struct hhook_head *hhh, const struct hookinfo *hki)
sys/kern/kern_hhook.c
272
hhook_remove_hook_lookup(const struct hookinfo *hki)
sys/kern/kern_khelp.c
256
khelp_add_hhook(const struct hookinfo *hki, uint32_t flags)
sys/kern/kern_khelp.c
270
khelp_remove_hhook(const struct hookinfo *hki)
sys/net/if_enc.c
320
struct hookinfo hki;
sys/net/if_enc.c
353
struct hookinfo hki;
sys/netgraph/ng_car.c
100
static void ng_car_enqueue(struct hookinfo *h, item_p item);
sys/netgraph/ng_car.c
269
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph/ng_car.c
592
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph/ng_car.c
622
ng_car_refillhook(struct hookinfo *h)
sys/netgraph/ng_car.c
688
ng_car_schedule(struct hookinfo *hinfo)
sys/netgraph/ng_car.c
704
struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph/ng_car.c
748
ng_car_enqueue(struct hookinfo *hinfo, item_p item)
sys/netgraph/ng_car.c
85
struct hookinfo upper; /* hook to upper layers */
sys/netgraph/ng_car.c
86
struct hookinfo lower; /* hook to lower layers */
sys/netgraph/ng_car.c
97
static void ng_car_refillhook(struct hookinfo *h);
sys/netgraph/ng_car.c
98
static void ng_car_schedule(struct hookinfo *h);
sys/netgraph/ng_pipe.c
101
struct hookinfo lower;
sys/netgraph/ng_pipe.c
102
struct hookinfo upper;
sys/netgraph/ng_pipe.c
130
struct hookinfo *, priv_p);
sys/netgraph/ng_pipe.c
131
static void pipe_dequeue(struct hookinfo *, struct timeval *);
sys/netgraph/ng_pipe.c
271
struct hookinfo *hinfo;
sys/netgraph/ng_pipe.c
456
struct hookinfo *hinfo, priv_p priv)
sys/netgraph/ng_pipe.c
590
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph/ng_pipe.c
607
struct hookinfo *dest;
sys/netgraph/ng_pipe.c
736
pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) {
sys/netgraph/ng_pipe.c
740
struct hookinfo *dest;
sys/netgraph/ng_pipe.c
954
struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
sys/netgraph/ng_tee.c
72
struct hookinfo *dest, *dup;
sys/netgraph/ng_tee.c
75
typedef struct hookinfo *hi_p;
sys/netgraph/ng_tee.c
79
struct hookinfo left;
sys/netgraph/ng_tee.c
80
struct hookinfo right;
sys/netgraph/ng_tee.c
81
struct hookinfo left2right;
sys/netgraph/ng_tee.c
82
struct hookinfo right2left;
sys/netinet/khelp/h_ertt.c
109
struct hookinfo ertt_hooks[] = {
sys/sys/hhook.h
110
int hhook_add_hook(struct hhook_head *hhh, const struct hookinfo *hki,
sys/sys/hhook.h
113
int hhook_add_hook_lookup(const struct hookinfo *hki, uint32_t flags);
sys/sys/hhook.h
115
int hhook_remove_hook(struct hhook_head *hhh, const struct hookinfo *hki);
sys/sys/hhook.h
117
int hhook_remove_hook_lookup(const struct hookinfo *hki);
sys/sys/khelp.h
53
struct hookinfo;
sys/sys/khelp.h
73
int khelp_add_hhook(const struct hookinfo *hki, uint32_t flags);
sys/sys/khelp.h
75
int khelp_remove_hhook(const struct hookinfo *hki);
sys/sys/module_khelp.h
54
struct hookinfo *h_hooks;
sys/sys/module_khelp.h
66
struct hookinfo *hooks;