Searched refs:__act (Results 1 – 2 of 2) sorted by relevance
350 const void *__act = actual; \353 bool ___ok = memcmp(__act, __exp, __len) == 0; \356 hexdump("\t", __act, __len); \
361 #define flow_action_for_each(__i, __act, __actions) \ argument362 for (__i = 0, __act = &(__actions)->entries[0]; \364 __act = &(__actions)->entries[++__i])