Searched refs:hhook_head (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | hhook.h | 96 struct hhook_head { struct 105 LIST_ENTRY(hhook_head) hhh_next; argument 106 LIST_ENTRY(hhook_head) hhh_vnext; 112 int hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, 117 int hhook_remove_hook(struct hhook_head *hhh, struct hookinfo *hki); 122 struct hhook_head **hhh, uint32_t flags); 124 int hhook_head_deregister(struct hhook_head *hhh); 128 struct hhook_head * hhook_head_get(int32_t hhook_type, int32_t hhook_id); 130 void hhook_head_release(struct hhook_head *hhh); 132 uint32_t hhook_head_is_virtualised(struct hhook_head *hhh); [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_hhook.c | 65 LIST_HEAD(hhookheadhead, hhook_head); 192 struct hhook_head **heads_to_hook, *hhh; in hhook_add_hook_lookup() 277 struct hhook_head *hhh; in hhook_remove_hook_lookup() 297 struct hhook_head *tmphhh; in hhook_head_register() 344 hhook_head_destroy(struct hhook_head *hhh) in hhook_head_destroy() 393 struct hhook_head *hhh; in hhook_head_deregister_lookup() 409 struct hhook_head * 412 struct hhook_head *hhh; in hhook_head_get() 435 hhook_head_release(struct hhook_head *hhh) in hhook_head_release() 465 struct hhook_head *hhh; in hhook_head_is_virtualised_lookup() [all …]
|
| H A D | kern_khelp.c | 63 void khelp_new_hhook_registered(struct hhook_head *hhh, uint32_t flags); 291 khelp_new_hhook_registered(struct hhook_head *hhh, uint32_t flags) in khelp_new_hhook_registered()
|
| H A D | uipc_socket.c | 206 VNET_DEFINE(struct hhook_head *, socket_hhh[HHOOK_SOCKET_LAST + 1]);
|
| /f-stack/freebsd/net/ |
| H A D | if_var.h | 105 VNET_DECLARE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]); 106 VNET_DECLARE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]);
|
| H A D | if.c | 293 VNET_DEFINE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]); 294 VNET_DEFINE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 917 VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST + 1]);
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 917 VNET_DECLARE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST + 1]);
|
| H A D | tcp_subr.c | 332 VNET_DEFINE(struct hhook_head *, tcp_hhh[HHOOK_TCP_LAST+1]);
|