xsp 99 netinet/ip_ah.c ah_init(struct tdb *tdbp, struct xformsw *xsp, struct ipsecinit *ii) xsp 150 netinet/ip_ah.c tdbp->tdb_xform = xsp; xsp 100 netinet/ip_esp.c esp_init(struct tdb *tdbp, struct xformsw *xsp, struct ipsecinit *ii) xsp 213 netinet/ip_esp.c tdbp->tdb_xform = xsp; xsp 87 netinet/ip_ipcomp.c ipcomp_init(tdbp, xsp, ii) xsp 89 netinet/ip_ipcomp.c struct xformsw *xsp; xsp 114 netinet/ip_ipcomp.c tdbp->tdb_xform = xsp; xsp 603 netinet/ip_ipip.c ipe4_init(struct tdb *tdbp, struct xformsw *xsp, struct ipsecinit *ii) xsp 605 netinet/ip_ipip.c tdbp->tdb_xform = xsp; xsp 891 netinet/ip_ipsp.c struct xformsw *xsp; xsp 894 netinet/ip_ipsp.c for (xsp = xformsw; xsp < xformswNXFORMSW; xsp++) { xsp 895 netinet/ip_ipsp.c if (xsp->xf_type == alg) { xsp 896 netinet/ip_ipsp.c err = (*(xsp->xf_init))(tdbp, xsp, ii); xsp 1058 netinet/tcp_subr.c tcp_signature_tdb_init(tdbp, xsp, ii) xsp 1060 netinet/tcp_subr.c struct xformsw *xsp;