Searched refs:actions_size (Results 1 – 1 of 1) sorted by relevance
3229 size_t actions_size; in flow_shared_actions_translate() local3251 actions_size = sizeof(struct rte_flow_action) * n; in flow_shared_actions_translate()3252 translated = mlx5_malloc(MLX5_MEM_ZERO, actions_size, 0, SOCKET_ID_ANY); in flow_shared_actions_translate()3257 memcpy(translated, actions, actions_size); in flow_shared_actions_translate()