Home | History | Annotate | Download | only in ip

Lines Matching refs:sctx

947 		struct xfrm_user_sec_ctx *sctx;
951 if (RTA_PAYLOAD(tb[XFRMA_SEC_CTX]) < sizeof(*sctx))
954 sctx = RTA_DATA(tb[XFRMA_SEC_CTX]);
956 fprintf(fp, "%s %s", (char *)(sctx + 1), _SL_);
970 struct xfrm_user_sec_ctx *sctx;
974 if (RTA_PAYLOAD(tb[XFRMA_SEC_CTX]) < sizeof(*sctx))
977 sctx = RTA_DATA(tb[XFRMA_SEC_CTX]);
979 fprintf(fp, "%s ", (char *)(sctx + 1));