Searched refs:ATTR_SECMARK (Results 1 – 11 of 11) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | snprintf_xml.c | 419 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()
|
D | getter.c | 418 [ATTR_SECMARK] = get_attr_secmark,
|
D | parse.c | 566 set_bit(ATTR_SECMARK, ct->head.set); in __parse_conntrack()
|
D | copy.c | 547 [ATTR_SECMARK] = copy_attr_secmark,
|
D | snprintf_default.c | 450 if (test_bit(ATTR_SECMARK, ct->head.set)) { in __snprintf_conntrack_default()
|
D | setter.c | 519 [ATTR_SECMARK] = set_attr_secmark,
|
D | build_mnl.c | 529 if (test_bit(ATTR_SECMARK, ct->head.set)) in nfct_nlmsg_build()
|
D | parse_mnl.c | 929 set_bit(ATTR_SECMARK, ct->head.set); in nfct_payload_parse()
|
D | build.c | 547 if (test_bit(ATTR_SECMARK, ct->head.set)) in __build_conntrack()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 122 ATTR_SECMARK, /* u32 bits */ enumerator
|
/external/libnetfilter_conntrack/qa/ |
D | test_api.c | 175 case ATTR_SECMARK: /* obsolete */ in test_nfct_cmp_api_single()
|