Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_enc.c331 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_add_hhooks()
336 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_add_hhooks()
344 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_add_hhooks()
349 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_add_hhooks()
368 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_remove_hhooks()
370 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_remove_hhooks()
375 hki.hook_type = HHOOK_TYPE_IPSEC_IN; in enc_remove_hhooks()
377 hki.hook_type = HHOOK_TYPE_IPSEC_OUT; in enc_remove_hhooks()
H A Dpfil.c77 enum pfil_types hook_type; member
268 hook->hook_type = pa->pa_type; in pfil_add_hook()
362 if (head->head_type != hook->hook_type || in pfil_link()
648 iohook[hk].pio_type = hook->hook_type; in pfilioc_listhooks()
/f-stack/freebsd/sys/
H A Dhhook.h89 int32_t hook_type; member
134 uint32_t hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id);
/f-stack/freebsd/kern/
H A Dkern_hhook.c210 if (hhh->hhh_type == hki->hook_type && in hhook_add_hook_lookup()
281 if (hhh->hhh_type == hki->hook_type && in hhook_remove_hook_lookup()
463 hhook_head_is_virtualised_lookup(int32_t hook_type, int32_t hook_id) in hhook_head_is_virtualised_lookup() argument
468 hhh = hhook_head_get(hook_type, hook_id); in hhook_head_is_virtualised_lookup()
H A Dkern_khelp.c89 h->h_name, h->h_hooks[i].hook_type, in khelp_register_helper()
299 if (hhh->hhh_type != h->h_hooks[i].hook_type || in khelp_new_hhook_registered()
307 h->h_hooks[i].hook_type, in khelp_new_hhook_registered()
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c114 .hook_type = HHOOK_TYPE_TCP,
120 .hook_type = HHOOK_TYPE_TCP,