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

/freebsd-11-stable/sys/sys/
H A Dkhelp.h53 struct hookinfo;
73 int khelp_add_hhook(struct hookinfo *hki, uint32_t flags);
75 int khelp_remove_hhook(struct hookinfo *hki);
H A Dhhook.h82 struct hookinfo { struct
110 int hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki,
113 int hhook_add_hook_lookup(struct hookinfo *hki, uint32_t flags);
115 int hhook_remove_hook(struct hhook_head *hhh, struct hookinfo *hki);
117 int hhook_remove_hook_lookup(struct hookinfo *hki);
H A Dmodule_khelp.h54 struct hookinfo *h_hooks;
66 struct hookinfo *hooks;
/freebsd-11-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_pipe.c84 struct hookinfo { struct
101 struct hookinfo lower;
102 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;
732 pipe_dequeue(struct hookinfo *hinf
[all...]
H A Dng_car.c58 struct hookinfo { struct
79 struct hookinfo upper; /* hook to upper layers */
80 struct hookinfo lower; /* hook to lower layers */
91 static void ng_car_refillhook(struct hookinfo *h);
92 static void ng_car_schedule(struct hookinfo *h);
94 static void ng_car_enqueue(struct hookinfo *h, item_p item);
263 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
587 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook);
617 ng_car_refillhook(struct hookinfo *h)
683 ng_car_schedule(struct hookinfo *hinf
[all...]
/freebsd-11-stable/share/examples/kld/khelp/
H A Dh_example.c89 * hookinfo structs (defined in <sys/hhook.h>). We hook the TCP established
95 struct hookinfo example_hooks[] = {
117 * the hookinfo structs we instantiated above in the example_hooks array.
/freebsd-11-stable/sys/kern/
H A Dkern_hhook.c131 hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, uint32_t flags)
188 hhook_add_hook_lookup(struct hookinfo *hki, uint32_t flags)
246 hhook_remove_hook(struct hhook_head *hhh, struct hookinfo *hki)
273 hhook_remove_hook_lookup(struct hookinfo *hki)
H A Dkern_khelp.c257 khelp_add_hhook(struct hookinfo *hki, uint32_t flags)
271 khelp_remove_hhook(struct hookinfo *hki)
/freebsd-11-stable/sys/net/
H A Dif_enc.c317 struct hookinfo hki;
356 struct hookinfo hki;
/freebsd-11-stable/sys/netinet/khelp/
H A Dh_ertt.c110 struct hookinfo ertt_hooks[] = {

Completed in 142 milliseconds