Home
last modified time | relevance | path

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

/external/libnl/lib/route/link/
Dbridge.c170 #define BRIDGE_DIFF(ATTR, EXPR) ATTR_DIFF(attrs, BRIDGE_ATTR_##ATTR, a, b, EXPR) in bridge_compare() macro
171 diff |= BRIDGE_DIFF(PORT_STATE, a->b_port_state != b->b_port_state); in bridge_compare()
172 diff |= BRIDGE_DIFF(PRIORITY, a->b_priority != b->b_priority); in bridge_compare()
173 diff |= BRIDGE_DIFF(COST, a->b_cost != b->b_cost); in bridge_compare()
176 diff |= BRIDGE_DIFF(FLAGS, in bridge_compare()
179 diff |= BRIDGE_DIFF(FLAGS, a->b_flags != b->b_flags); in bridge_compare()
180 #undef BRIDGE_DIFF in bridge_compare()