Home
last modified time | relevance | path

Searched refs:ATTR_ORIG_ZONE (Results 1 – 12 of 12) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dcompare.c157 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()
Dbuild_mnl.c457 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()
Dbuild.c488 test_bit(ATTR_ORIG_ZONE, ct->head.set) || in __build_conntrack()
497 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) in __build_conntrack()
Dgetter.c435 [ATTR_ORIG_ZONE] = get_attr_orig_zone,
Dcopy.c564 [ATTR_ORIG_ZONE] = copy_attr_orig_zone,
Dsnprintf_default.c406 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) { in __snprintf_conntrack_default()
Dsetter.c536 [ATTR_ORIG_ZONE] = set_attr_orig_zone,
Dparse.c199 set_bit(ATTR_ORIG_ZONE, set); in __parse_tuple()
Dsnprintf_xml.c407 test_bit(ATTR_ORIG_ZONE, ct->head.set)); in __snprintf_conntrack_xml()
Dparse_mnl.c290 set_bit(ATTR_ORIG_ZONE, set); in nfct_parse_tuple()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h145 ATTR_ORIG_ZONE, /* u16 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c390 test_nfct_cmp_attr(ATTR_ORIG_ZONE); in test_nfct_cmp_api()