Searched refs:tdb_xform (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/netipsec/
H A Dkeydb.h162 const struct xformsw *tdb_xform; /* transform */ member in struct:secasvar
H A Dxform_tcp.c357 sav->tdb_xform = xsp;
370 sav->tdb_xform = NULL;
H A Dipsec_output.c178 IPSEC_ASSERT(sav->tdb_xform != NULL, ("SA with NULL tdb_xform"));
275 error = (*sav->tdb_xform->xf_output)(m, sp, sav, idx, i, off);
490 IPSEC_ASSERT(sav->tdb_xform != NULL, ("SA with NULL tdb_xform"));
577 error = (*sav->tdb_xform->xf_output)(m, sp, sav, idx, i, off);
H A Dudpencap.c208 (*sav->tdb_xform->xf_input)(m, sav, hlen, off);
H A Dipsec_input.c211 if (sav->tdb_xform == NULL) {
225 error = (*sav->tdb_xform->xf_input)(m, sav, skip, protoff);
H A Dsubr_ipsec.c217 IPSEC_ASSERT(sav->tdb_xform == NULL,
218 ("tdb_xform is already initialized"));
H A Dxform_ah.c235 sav->tdb_xform = xsp;
277 sav->tdb_xform = NULL;
H A Dxform_esp.c211 sav->tdb_xform = xsp;
283 sav->tdb_xform = NULL;
H A Dxform_ipcomp.c166 sav->tdb_xform = xsp;
H A Dkey.c3073 if (sav->tdb_xform != NULL) {
3074 sav->tdb_xform->xf_zeroize(sav);
3075 sav->tdb_xform = NULL;
6157 * Larval SAs have not initialized tdb_xform, so it is safe to leave them
6173 if (sav->tdb_xform != xsp)

Completed in 71 milliseconds