Home | History | Annotate | Download | only in netipsec

Lines Matching refs:xsp

1874 xform_register(struct xformsw *xsp)
1876 xsp->xf_next = xforms;
1877 xforms = xsp;
1886 struct xformsw *xsp;
1890 for (xsp = xforms; xsp; xsp = xsp->xf_next)
1891 if (xsp->xf_type == xftype)
1892 return (*xsp->xf_init)(sav, xsp);