Searched refs:CT_DIFF (Results 1 – 1 of 1) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct_obj.c | 280 #define CT_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, CT_ATTR_##ATTR, a, b, EXPR) in ct_compare() macro 281 #define CT_DIFF_VAL(ATTR, FIELD) CT_DIFF(ATTR, a->FIELD != b->FIELD) in ct_compare() 284 ? CT_DIFF(ATTR, nl_addr_cmp_prefix(a->FIELD, b->FIELD)) \ in ct_compare() 285 : CT_DIFF(ATTR, nl_addr_cmp(a->FIELD, b->FIELD))) in ct_compare() 314 diff |= CT_DIFF(STATUS, (a->ct_status ^ b->ct_status) & in ct_compare() 317 diff |= CT_DIFF(STATUS, a->ct_status != b->ct_status); in ct_compare() 319 #undef CT_DIFF in ct_compare()
|