Searched refs:ipsec_run_hhooks (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_input.c | 329 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec4_common_input_cb() 420 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec4_common_input_cb() 528 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec6_common_input_cb() 599 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0) in ipsec6_common_input_cb()
|
| H A D | ipsec_output.c | 218 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec4_perform_request() 245 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec4_perform_request() 536 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec6_perform_request() 565 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0) in ipsec6_perform_request()
|
| H A D | ipsec.h | 261 int ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int direction);
|
| H A D | ipsec.c | 844 ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int type) in ipsec_run_hhooks() function
|