Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dexp_obj.c314 #define EXP_DIFF_STRING(ATTR, FIELD) EXP_DIFF(ATTR, (strcmp(a->FIELD, b->FIELD) != 0)) in exp_compare() macro
332 diff |= EXP_DIFF_STRING(FN, exp_fn); in exp_compare()
333 diff |= EXP_DIFF_STRING(HELPER_NAME, exp_helper_name); in exp_compare()
361 #undef EXP_DIFF_STRING in exp_compare()