Home
last modified time | relevance | path

Searched refs:actions_size (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c3229 size_t actions_size; in flow_shared_actions_translate() local
3251 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()