Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_enc.h33 struct ipsec_ctx_data { struct
H A Dif_enc.c239 struct ipsec_ctx_data *ctx; in enc_hhook()
250 ctx = (struct ipsec_ctx_data *)ctx_data; in enc_hhook()
/freebsd/sys/netipsec/
H A Dipsec.h268 struct ipsec_ctx_data;
276 int ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int direction);
H A Dipsec_input.c346 struct ipsec_ctx_data ctx; in ipsec4_common_input_cb()
597 struct ipsec_ctx_data ctx; in ipsec6_common_input_cb()
H A Dipsec_output.c192 struct ipsec_ctx_data ctx; in ipsec4_perform_request()
631 struct ipsec_ctx_data ctx; in ipsec6_perform_request()
H A Dipsec.c862 ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int type) in ipsec_run_hhooks()