Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec_input.c282 struct xform_history *xh; in ipsec4_common_input_cb()
373 sizeof(struct xform_history), M_NOWAIT); in ipsec4_common_input_cb()
381 xh = (struct xform_history *)(mtag + 1); in ipsec4_common_input_cb()
496 struct xform_history *xh; in ipsec6_common_input_cb()
574 sizeof(struct xform_history), M_NOWAIT); in ipsec6_common_input_cb()
582 xh = (struct xform_history *)(mtag + 1); in ipsec6_common_input_cb()
H A Dxform.h61 struct xform_history { struct
H A Dipsec_output.c717 struct xform_history *xh; in ipsec_process_done()
763 xh = (struct xform_history *)(mtag + 1); in ipsec_process_done()
H A Dipsec.c977 struct xform_history *xh; in ipsec_check_history()
983 xh = (struct xform_history *)(mtag + 1); in ipsec_check_history()