Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_flow_driver.h99 int (*action_handle_update) member
H A Drte_flow.c1192 if (unlikely(!ops->action_handle_update)) in rte_flow_action_handle_update()
1196 ret = ops->action_handle_update(&rte_eth_devices[port_id], handle, in rte_flow_action_handle_update()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c953 .action_handle_update = mlx5_action_handle_update,