Searched refs:__actions (Results 1 – 1 of 1) sorted by relevance
306 #define flow_action_for_each(__i, __act, __actions) \ argument307 for (__i = 0, __act = &(__actions)->entries[0]; \308 __i < (__actions)->num_entries; \309 __act = &(__actions)->entries[++__i])
Completed in 6 milliseconds