Searched refs:copied_n (Results 1 – 1 of 1) sorted by relevance
4159 int copied_n = 0; in flow_action_handles_translate() local4165 if (copied_n == *indir_n) { in flow_action_handles_translate()4170 rte_memcpy(&handle[copied_n].action, &actions[n].conf, in flow_action_handles_translate()4172 handle[copied_n].index = n; in flow_action_handles_translate()4173 copied_n++; in flow_action_handles_translate()4176 *indir_n = copied_n; in flow_action_handles_translate()4177 if (!copied_n) in flow_action_handles_translate()4186 for (handle_end = handle + copied_n; handle < handle_end; handle++) { in flow_action_handles_translate()