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

/freebsd-12-stable/sys/netipsec/
H A Dipsec_input.c329 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0)
420 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0)
526 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0)
597 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_IN)) != 0)
H A Dipsec.h261 int ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int direction);
H A Dipsec_output.c218 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0)
245 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0)
523 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0)
552 if ((error = ipsec_run_hhooks(&ctx, HHOOK_TYPE_IPSEC_OUT)) != 0)
H A Dipsec.c847 ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int type) function

Completed in 55 milliseconds