Home
last modified time | relevance | path

Searched refs:secctx (Results 1 – 13 of 13) sorted by relevance

/external/iptables/extensions/
Dlibxt_SECMARK.c28 XTOPT_POINTER(struct xt_secmark_target_info, secctx)},
44 printf("selctx %s", info->secctx); in print_secmark()
/external/libnetfilter_conntrack/src/conntrack/
Dcompare.c393 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()
Dcopy.c443 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()
Dparse.c452 ct->secctx = strdup(NFA_DATA(tb[CTA_SECCTX_NAME-1])); in __parse_secctx()
453 if (ct->secctx) in __parse_secctx()
Dapi.c95 if (ct->secctx) in nfct_destroy()
96 free(ct->secctx); in nfct_destroy()
Dparse_mnl.c744 ct->secctx = strdup(NFA_DATA(tb[CTA_SECCTX_NAME])); in nfct_parse_secctx()
745 if (ct->secctx) in nfct_parse_secctx()
Dgetter.c344 return ct->secctx; in get_attr_secctx()
Dsnprintf_default.c248 return (snprintf(buf, len, "secctx=%s ", ct->secctx)); in __snprintf_secctx()
Dsnprintf_xml.c480 "<secctx>%s</secctx>", ct->secctx); in __snprintf_conntrack_xml()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_SECMARK.h19 char secctx[SECMARK_SECCTX_MAX]; member
/external/iptables/include/linux/netfilter/
Dxt_SECMARK.h19 char secctx[SECMARK_SECCTX_MAX]; member
/external/libnetfilter_conntrack/include/internal/
Dobject.h174 char *secctx; member
/external/ipsec-tools/src/racoon/
Dipsec_doi.c3127 struct security_ctx secctx; local
3128 secctx = pp->sctx;
3129 secctx.ctx_strlen = htons(pp->sctx.ctx_strlen);
3131 (caddr_t)&secctx, truectxlen);