Searched refs:ATTR_ORIG_ZONE (Results 1 – 12 of 12) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | compare.c | 157 return nfct_get_attr_u16(ct1, ATTR_ORIG_ZONE) == in cmp_orig_zone() 158 nfct_get_attr_u16(ct2, ATTR_ORIG_ZONE); in cmp_orig_zone() 177 if (!__cmp(ATTR_ORIG_ZONE, ct1, ct2, flags, cmp_orig_zone, false)) in __cmp_orig()
|
D | build_mnl.c | 457 test_bit(ATTR_ORIG_ZONE, ct->head.set) || in nfct_nlmsg_build() 473 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) in nfct_nlmsg_build()
|
D | getter.c | 435 [ATTR_ORIG_ZONE] = get_attr_orig_zone,
|
D | build.c | 488 test_bit(ATTR_ORIG_ZONE, ct->head.set) || in __build_conntrack() 497 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) in __build_conntrack()
|
D | copy.c | 564 [ATTR_ORIG_ZONE] = copy_attr_orig_zone,
|
D | parse.c | 199 set_bit(ATTR_ORIG_ZONE, set); in __parse_tuple()
|
D | snprintf_default.c | 406 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) { in __snprintf_conntrack_default()
|
D | setter.c | 536 [ATTR_ORIG_ZONE] = set_attr_orig_zone,
|
D | snprintf_xml.c | 407 test_bit(ATTR_ORIG_ZONE, ct->head.set)); in __snprintf_conntrack_xml()
|
D | parse_mnl.c | 290 set_bit(ATTR_ORIG_ZONE, set); in nfct_parse_tuple()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 145 ATTR_ORIG_ZONE, /* u16 bits */ enumerator
|
/external/libnetfilter_conntrack/qa/ |
D | test_api.c | 390 test_nfct_cmp_attr(ATTR_ORIG_ZONE); in test_nfct_cmp_api()
|