Searched refs:__act (Results 1 – 2 of 2) sorted by relevance
351 const void *__act = actual; \354 bool ___ok = memcmp(__act, __exp, __len) == 0; \357 hexdump("\t", __act, __len); \
363 #define flow_action_for_each(__i, __act, __actions) \ argument364 for (__i = 0, __act = &(__actions)->entries[0]; \366 __act = &(__actions)->entries[++__i])