Searched refs:copied_n (Results 1 – 1 of 1) sorted by relevance
3231 int copied_n = 0; in flow_shared_actions_translate() local3237 if (copied_n == *shared_n) { in flow_shared_actions_translate()3242 rte_memcpy(&shared[copied_n].action, &actions[n].conf, in flow_shared_actions_translate()3244 shared[copied_n].index = n; in flow_shared_actions_translate()3245 copied_n++; in flow_shared_actions_translate()3248 *shared_n = copied_n; in flow_shared_actions_translate()3249 if (!copied_n) in flow_shared_actions_translate()3258 for (shared_end = shared + copied_n; shared < shared_end; shared++) { in flow_shared_actions_translate()