HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_ORIG_ZONE (Results 1 - 12 of 12) sorted by null

  /external/libnetfilter_conntrack/src/conntrack/
compare.c 157 return nfct_get_attr_u16(ct1, ATTR_ORIG_ZONE) ==
158 nfct_get_attr_u16(ct2, ATTR_ORIG_ZONE);
177 if (!__cmp(ATTR_ORIG_ZONE, ct1, ct2, flags, cmp_orig_zone, false))
build_mnl.c 457 test_bit(ATTR_ORIG_ZONE, ct->head.set) ||
473 if (test_bit(ATTR_ORIG_ZONE, ct->head.set))
getter.c 435 [ATTR_ORIG_ZONE] = get_attr_orig_zone,
build.c 488 test_bit(ATTR_ORIG_ZONE, ct->head.set) ||
497 if (test_bit(ATTR_ORIG_ZONE, ct->head.set))
copy.c 564 [ATTR_ORIG_ZONE] = copy_attr_orig_zone,
parse.c 199 set_bit(ATTR_ORIG_ZONE, set);
setter.c 536 [ATTR_ORIG_ZONE] = set_attr_orig_zone,
snprintf_default.c 406 if (test_bit(ATTR_ORIG_ZONE, ct->head.set)) {
parse_mnl.c 290 set_bit(ATTR_ORIG_ZONE, set);
snprintf_xml.c 407 test_bit(ATTR_ORIG_ZONE, ct->head.set));
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 145 ATTR_ORIG_ZONE, /* u16 bits */
  /external/libnetfilter_conntrack/qa/
test_api.c 390 test_nfct_cmp_attr(ATTR_ORIG_ZONE);

Completed in 59 milliseconds