Searched refs:secctx (Results 1 – 13 of 13) sorted by relevance
28 XTOPT_POINTER(struct xt_secmark_target_info, secctx)},44 printf("selctx %s", info->secctx); in print_secmark()
393 if (ct1->secctx == NULL || ct2->secctx == NULL) in cmp_secctx()394 return ct1->secctx == ct2->secctx; in cmp_secctx()395 return strcmp(ct1->secctx, ct2->secctx) == 0; in cmp_secctx()
443 if (dest->secctx) { in copy_attr_secctx()444 free(dest->secctx); in copy_attr_secctx()445 dest->secctx = NULL; in copy_attr_secctx()447 if (orig->secctx) in copy_attr_secctx()448 dest->secctx = strdup(orig->secctx); in copy_attr_secctx()581 ct1->secctx = NULL; in __copy_fast()
452 ct->secctx = strdup(NFA_DATA(tb[CTA_SECCTX_NAME-1])); in __parse_secctx()453 if (ct->secctx) in __parse_secctx()
95 if (ct->secctx) in nfct_destroy()96 free(ct->secctx); in nfct_destroy()
744 ct->secctx = strdup(NFA_DATA(tb[CTA_SECCTX_NAME])); in nfct_parse_secctx()745 if (ct->secctx) in nfct_parse_secctx()
344 return ct->secctx; in get_attr_secctx()
248 return (snprintf(buf, len, "secctx=%s ", ct->secctx)); in __snprintf_secctx()
480 "<secctx>%s</secctx>", ct->secctx); in __snprintf_conntrack_xml()
19 char secctx[SECMARK_SECCTX_MAX]; member
174 char *secctx; member
3127 struct security_ctx secctx; local3128 secctx = pp->sctx;3129 secctx.ctx_strlen = htons(pp->sctx.ctx_strlen);3131 (caddr_t)&secctx, truectxlen);