Home | History | Annotate | Download | only in netlink

Lines Matching refs:diff

150  * 	int diff = 0;
152 * // We help ourselves in defining our own DIFF macro which will
157 * // Call our own diff macro for each attribute to build a bitmask
159 * diff |= MY_DIFF(FOO, a->foo != b->foo)
160 * diff |= MY_DIFF(BAR, strcmp(a->bar, b->bar))
162 * return diff;
250 * diff |= ATTR_DIFF(attrs, MY_ATTR_FOO, a, b, a->foo != b->foo);
254 ({ int diff = 0; \
256 diff = ATTR; \
257 diff; })