Searched refs:hookinfo (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dkhelp.h55 struct hookinfo;
75 int khelp_add_hhook(struct hookinfo *hki, uint32_t flags);
77 int khelp_remove_hhook(struct hookinfo *hki);
H A Dhhook.h84 struct hookinfo { struct
112 int hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki,
115 int hhook_add_hook_lookup(struct hookinfo *hki, uint32_t flags);
117 int hhook_remove_hook(struct hhook_head *hhh, struct hookinfo *hki);
119 int hhook_remove_hook_lookup(struct hookinfo *hki);
H A Dmodule_khelp.h56 struct hookinfo *h_hooks;
68 struct hookinfo *hooks;
/freebsd-13-stable/sys/netgraph/
H A Dng_tee.c66 struct hookinfo { struct
68 struct hookinfo *dest, *dup;
71 typedef struct hookinfo *hi_p;
75 struct hookinfo left;
76 struct hookinfo right;
77 struct hookinfo left2right;
78 struct hookinfo right2left;
H A Dng_car.c60 struct hookinfo { struct
81 struct hookinfo upper; /* hook to upper layers */
82 struct hookinfo lower; /* hook to lower layers */
93 static void ng_car_refillhook(struct hookinfo *h);
94 static void ng_car_schedule(struct hookinfo *h);
96 static void ng_car_enqueue(struct hookinfo *h, item_p item);
265 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
588 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
618 ng_car_refillhook(struct hookinfo *h)
684 ng_car_schedule(struct hookinfo *hinf
[all...]
H A Dng_pipe.c85 struct hookinfo { struct
102 struct hookinfo lower;
103 struct hookinfo upper;
131 struct hookinfo *, priv_p);
132 static void pipe_dequeue(struct hookinfo *, struct timeval *);
272 struct hookinfo *hinfo;
457 struct hookinfo *hinfo, priv_p priv)
591 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
608 struct hookinfo *dest;
731 pipe_dequeue(struct hookinfo *hinf
[all...]
/freebsd-13-stable/share/examples/kld/khelp/
H A Dh_example.c91 * hookinfo structs (defined in <sys/hhook.h>). We hook the TCP established
97 struct hookinfo example_hooks[] = {
119 * the hookinfo structs we instantiated above in the example_hooks array.
/freebsd-13-stable/sys/kern/
H A Dkern_hhook.c133 hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, uint32_t flags)
190 hhook_add_hook_lookup(struct hookinfo *hki, uint32_t flags)
248 hhook_remove_hook(struct hhook_head *hhh, struct hookinfo *hki)
275 hhook_remove_hook_lookup(struct hookinfo *hki)
H A Dkern_khelp.c259 khelp_add_hhook(struct hookinfo *hki, uint32_t flags)
273 khelp_remove_hhook(struct hookinfo *hki)
/freebsd-13-stable/sys/net/
H A Dif_enc.c322 struct hookinfo hki;
361 struct hookinfo hki;
/freebsd-13-stable/sys/netinet/khelp/
H A Dh_ertt.c112 struct hookinfo ertt_hooks[] = {

Completed in 133 milliseconds