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

/openbsd-current/sys/netinet/
H A Dip_ipip.c439 if (tdb->tdb_xform->xf_type == XF_IP4)
519 if (tdb->tdb_xform->xf_type == XF_IP4)
550 tdbp->tdb_xform = xsp;
H A Dipsec_output.c104 if (!tdb->tdb_xform) {
204 (tdb->tdb_xform->xf_type == XF_IP4) || /* ditto */
282 if (tdb->tdb_xform->xf_type == XF_IP4)
383 return (*(tdb->tdb_xform->xf_output))(m, tdb, hlen, off);
H A Dip_ipsp.c1117 if (tdbp->tdb_xform) {
1118 (*(tdbp->tdb_xform->xf_zeroize))(tdbp);
1119 tdbp->tdb_xform = NULL;
H A Dip_ipcomp.c103 tdbp->tdb_xform = xsp;
H A Dipsec_input.c308 if (tdbp->tdb_xform == NULL) {
338 prot = (*(tdbp->tdb_xform->xf_input))(mp, tdbp, skip, protoff);
H A Dip_ipsp.h343 const struct xformsw *tdb_xform; /* Transform to use */ member in struct:tdb
H A Dip_ah.c146 tdbp->tdb_xform = xsp;
H A Dip_esp.c257 tdbp->tdb_xform = xsp;
/openbsd-current/sys/net/
H A Dif_bridge.c1582 tdb->tdb_xform != NULL) {
1599 prot = (*(tdb->tdb_xform->xf_input))(&m, tdb, hlen,
H A Dif_veb.c709 tdb->tdb_xform != NULL) {
722 (*(tdb->tdb_xform->xf_input))(m, tdb, iphlen, poff);

Completed in 107 milliseconds