Home
last modified time | relevance | path

Searched refs:hook_id (Results 1 – 6 of 6) sorted by relevance

/NextBSD/share/examples/kld/khelp/
HDh_example.c98 .hook_id = HHOOK_TCP_EST_IN,
104 .hook_id = HHOOK_TCP_EST_OUT,
/NextBSD/sys/net/
HDif_enc.c312 hki.hook_id = AF_INET; in enc_add_hhooks()
325 hki.hook_id = AF_INET6; in enc_add_hhooks()
349 hki.hook_id = AF_INET; in enc_remove_hhooks()
356 hki.hook_id = AF_INET6; in enc_remove_hhooks()
/NextBSD/sys/sys/
HDhhook.h86 int32_t hook_id; member
132 uint32_t hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id);
/NextBSD/sys/kern/
HDkern_hhook.c209 hhh->hhh_id == hki->hook_id) { in hhook_add_hook_lookup()
280 hhh->hhh_id == hki->hook_id) in hhook_remove_hook_lookup()
461 hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id) in hhook_head_is_virtualised_lookup() argument
466 hhh = hhook_head_get(hook_type, hook_id); in hhook_head_is_virtualised_lookup()
HDkern_khelp.c88 h->h_hooks[i].hook_id, error); in khelp_register_helper()
298 hhh->hhh_id != h->h_hooks[i].hook_id) in khelp_new_hhook_registered()
306 h->h_hooks[i].hook_id, error); in khelp_new_hhook_registered()
/NextBSD/sys/netinet/khelp/
HDh_ertt.c113 .hook_id = HHOOK_TCP_EST_IN,
119 .hook_id = HHOOK_TCP_EST_OUT,