Searched refs:ATTR_REPL_ZONE (Results 1 – 12 of 12) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | compare.c | 278 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()
|
D | build_mnl.c | 487 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()
|
D | build.c | 511 test_bit(ATTR_REPL_ZONE, ct->head.set)) { in __build_conntrack() 517 if (test_bit(ATTR_REPL_ZONE, ct->head.set)) in __build_conntrack()
|
D | getter.c | 436 [ATTR_REPL_ZONE] = get_attr_repl_zone,
|
D | copy.c | 565 [ATTR_REPL_ZONE] = copy_attr_repl_zone,
|
D | snprintf_default.c | 429 if (test_bit(ATTR_REPL_ZONE, ct->head.set)) { in __snprintf_conntrack_default()
|
D | setter.c | 537 [ATTR_REPL_ZONE] = set_attr_repl_zone,
|
D | parse.c | 202 set_bit(ATTR_REPL_ZONE, set); in __parse_tuple()
|
D | snprintf_xml.c | 411 test_bit(ATTR_REPL_ZONE, ct->head.set)); in __snprintf_conntrack_xml()
|
D | parse_mnl.c | 293 set_bit(ATTR_REPL_ZONE, set); in nfct_parse_tuple()
|
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/ |
D | libnetfilter_conntrack.h | 146 ATTR_REPL_ZONE, /* u16 bits */ enumerator
|
/external/libnetfilter_conntrack/qa/ |
D | test_api.c | 391 test_nfct_cmp_attr(ATTR_REPL_ZONE); in test_nfct_cmp_api()
|