Home
last modified time | relevance | path

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

/external/libnetfilter_conntrack/src/conntrack/
Dcompare.c278 return nfct_get_attr_u16(ct1, ATTR_REPL_ZONE) == in cmp_repl_zone()
279 nfct_get_attr_u16(ct2, ATTR_REPL_ZONE); in cmp_repl_zone()
298 if (!__cmp(ATTR_REPL_ZONE, ct1, ct2, flags, cmp_repl_zone, false)) in cmp_repl()
Dbuild_mnl.c487 test_bit(ATTR_REPL_ZONE, ct->head.set) || in nfct_nlmsg_build()
503 if (test_bit(ATTR_REPL_ZONE, ct->head.set)) in nfct_nlmsg_build()
Dbuild.c511 test_bit(ATTR_REPL_ZONE, ct->head.set)) { in __build_conntrack()
517 if (test_bit(ATTR_REPL_ZONE, ct->head.set)) in __build_conntrack()
Dgetter.c436 [ATTR_REPL_ZONE] = get_attr_repl_zone,
Dcopy.c565 [ATTR_REPL_ZONE] = copy_attr_repl_zone,
Dsnprintf_default.c429 if (test_bit(ATTR_REPL_ZONE, ct->head.set)) { in __snprintf_conntrack_default()
Dsetter.c537 [ATTR_REPL_ZONE] = set_attr_repl_zone,
Dparse.c202 set_bit(ATTR_REPL_ZONE, set); in __parse_tuple()
Dsnprintf_xml.c411 test_bit(ATTR_REPL_ZONE, ct->head.set)); in __snprintf_conntrack_xml()
Dparse_mnl.c293 set_bit(ATTR_REPL_ZONE, set); in nfct_parse_tuple()
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
Dlibnetfilter_conntrack.h146 ATTR_REPL_ZONE, /* u16 bits */ enumerator
/external/libnetfilter_conntrack/qa/
Dtest_api.c391 test_nfct_cmp_attr(ATTR_REPL_ZONE); in test_nfct_cmp_api()