Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dct_obj.c307 #define CT_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, CT_ATTR_##ATTR, a, b, EXPR) in ct_compare() macro
308 #define CT_DIFF_VAL(ATTR, FIELD) CT_DIFF(ATTR, a->FIELD != b->FIELD) in ct_compare()
311 ? CT_DIFF(ATTR, nl_addr_cmp_prefix(a->FIELD, b->FIELD)) \ in ct_compare()
312 : CT_DIFF(ATTR, nl_addr_cmp(a->FIELD, b->FIELD))) in ct_compare()
341 diff |= CT_DIFF(STATUS, (a->ct_status ^ b->ct_status) & in ct_compare()
344 diff |= CT_DIFF(STATUS, a->ct_status != b->ct_status); in ct_compare()
346 #undef CT_DIFF in ct_compare()