Home
last modified time | relevance | path

Searched refs:ATTR_SECMARK (Results 1 – 11 of 11) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dsnprintf_xml.c419 test_bit(ATTR_SECMARK, ct->head.set) || in __snprintf_conntrack_xml()
472 if (test_bit(ATTR_SECMARK, ct->head.set)) { in __snprintf_conntrack_xml()
545 test_bit(ATTR_SECMARK, ct->head.set) || in __snprintf_conntrack_xml()
Dgetter.c418 [ATTR_SECMARK] = get_attr_secmark,
Dparse.c566 set_bit(ATTR_SECMARK, ct->head.set); in __parse_conntrack()
Dcopy.c547 [ATTR_SECMARK] = copy_attr_secmark,
Dsnprintf_default.c450 if (test_bit(ATTR_SECMARK, ct->head.set)) { in __snprintf_conntrack_default()
Dsetter.c519 [ATTR_SECMARK] = set_attr_secmark,
Dbuild_mnl.c529 if (test_bit(ATTR_SECMARK, ct->head.set)) in nfct_nlmsg_build()
Dparse_mnl.c929 set_bit(ATTR_SECMARK, ct->head.set); in nfct_payload_parse()
Dbuild.c547 if (test_bit(ATTR_SECMARK, ct->head.set)) in __build_conntrack()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h122 ATTR_SECMARK, /* u32 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c175 case ATTR_SECMARK: /* obsolete */ in test_nfct_cmp_api_single()