Searched refs:hookinfo (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | hhook.h | 84 struct hookinfo { struct 112 int hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, argument 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 D | khelp.h | 55 struct hookinfo; 75 int khelp_add_hhook(struct hookinfo *hki, uint32_t flags); 77 int khelp_remove_hhook(struct hookinfo *hki);
|
| H A D | module_khelp.h | 56 struct hookinfo *h_hooks; 68 struct hookinfo *hooks;
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_tee.c | 66 struct hookinfo { struct 68 struct hookinfo *dest, *dup; argument 71 typedef struct hookinfo *hi_p; argument 75 struct hookinfo left; 76 struct hookinfo right; 77 struct hookinfo left2right; 78 struct hookinfo right2left;
|
| H A D | ng_car.c | 57 struct hookinfo { struct 78 struct hookinfo upper; /* hook to upper layers */ argument 79 struct hookinfo lower; /* hook to lower layers */ 90 static void ng_car_refillhook(struct hookinfo *h); 91 static void ng_car_schedule(struct hookinfo *h); 262 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); in ng_car_rcvdata() 554 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); in ng_car_disconnect() 584 ng_car_refillhook(struct hookinfo *h) in ng_car_refillhook() 650 ng_car_schedule(struct hookinfo *hinfo) in ng_car_schedule() 666 struct hookinfo *hinfo = NG_HOOK_PRIVATE(hook); in ng_car_q_event() [all …]
|
| H A D | ng_pipe.c | 85 struct hookinfo { struct 102 struct hookinfo lower; argument 103 struct hookinfo upper; 131 struct hookinfo *, priv_p); 272 struct hookinfo *hinfo; in ngp_newhook() 457 struct hookinfo *hinfo, priv_p priv) in parse_cfg() 591 struct hookinfo *const hinfo = NG_HOOK_PRIVATE(hook); in ngp_rcvdata() 608 struct hookinfo *dest; in ngp_rcvdata() 731 pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) { in pipe_dequeue() 735 struct hookinfo *dest; in pipe_dequeue() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_hhook.c | 133 hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, uint32_t flags) in hhook_add_hook() 190 hhook_add_hook_lookup(struct hookinfo *hki, uint32_t flags) in hhook_add_hook_lookup() 248 hhook_remove_hook(struct hhook_head *hhh, struct hookinfo *hki) in hhook_remove_hook() 275 hhook_remove_hook_lookup(struct hookinfo *hki) in hhook_remove_hook_lookup()
|
| H A D | kern_khelp.c | 259 khelp_add_hhook(struct hookinfo *hki, uint32_t flags) in khelp_add_hhook() 273 khelp_remove_hhook(struct hookinfo *hki) in khelp_remove_hhook()
|
| /f-stack/freebsd/net/ |
| H A D | if_enc.c | 322 struct hookinfo hki; in enc_add_hhooks() 361 struct hookinfo hki; in enc_remove_hhooks()
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 112 struct hookinfo ertt_hooks[] = {
|