Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dipsec_input.c347 struct xform_history *xh; in ipsec4_common_input_cb()
443 sizeof(struct xform_history), M_NOWAIT); in ipsec4_common_input_cb()
451 xh = (struct xform_history *)(mtag + 1); in ipsec4_common_input_cb()
598 struct xform_history *xh; in ipsec6_common_input_cb()
687 sizeof(struct xform_history), M_NOWAIT); in ipsec6_common_input_cb()
695 xh = (struct xform_history *)(mtag + 1); in ipsec6_common_input_cb()
H A Dxform.h60 struct xform_history { struct
H A Dipsec_output.c906 struct xform_history *xh; in ipsec_process_done()
960 xh = (struct xform_history *)(mtag + 1); in ipsec_process_done()
H A Dipsec.c991 struct xform_history *xh; in ipsec_check_history()
997 xh = (struct xform_history *)(mtag + 1); in ipsec_check_history()