Home
last modified time | relevance | path

Searched refs:ipsec_run_hhooks (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netipsec/
H A Dipsec_input.c399 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec4_common_input_cb()
490 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec4_common_input_cb()
632 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec6_common_input_cb()
712 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec6_common_input_cb()
H A Dipsec_output.c226 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec4_perform_request()
277 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec4_perform_request()
624 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec6_perform_request()
675 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec6_process_packet()
H A Dipsec.h275 int ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int direction);
H A Dipsec.c854 ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int type) in ipsec_run_hhooks() function