Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_enc.h35 struct ipsec_ctx_data { struct
H A Dif_enc.c245 struct ipsec_ctx_data *ctx; in enc_hhook()
256 ctx = (struct ipsec_ctx_data *)ctx_data; in enc_hhook()
/f-stack/freebsd/netipsec/
H A Dipsec.h253 struct ipsec_ctx_data;
261 int ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int direction);
H A Dipsec_input.c281 struct ipsec_ctx_data ctx; in ipsec4_common_input_cb()
495 struct ipsec_ctx_data ctx; in ipsec6_common_input_cb()
H A Dipsec_output.c189 struct ipsec_ctx_data ctx; in ipsec4_perform_request()
514 struct ipsec_ctx_data ctx; in ipsec6_perform_request()
H A Dipsec.c844 ipsec_run_hhooks(struct ipsec_ctx_data *ctx, int type) in ipsec_run_hhooks()