Home | History | Annotate | Download | only in ip

Lines Matching refs:sctx

232 			   struct xfrm_user_sec_ctx *sctx)
238 sctx->exttype = XFRMA_SEC_CTX;
239 sctx->ctx_doi = 1;
240 sctx->ctx_alg = 1;
241 sctx->ctx_len = slen;
242 sctx->len = sizeof(struct xfrm_user_sec_ctx) + slen;
265 struct xfrm_user_sec_ctx sctx;
300 xfrm_sctx_parse((char *)&ctx.str, context, &ctx.sctx);
390 (void *)&ctx, ctx.sctx.len);
577 struct xfrm_user_sec_ctx sctx;
607 xfrm_sctx_parse((char *)&ctx.str, context, &ctx.sctx);
673 (void *)&ctx, ctx.sctx.len);