Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dact.c87 struct mlx5e_tc_flow_action *flow_action_reorder) in mlx5e_tc_act_reorder_flow_actions() argument
95 flow_action_reorder->entries[j++] = act; in mlx5e_tc_act_reorder_flow_actions()
101 flow_action_reorder->entries[j++] = act; in mlx5e_tc_act_reorder_flow_actions()
A Dact.h115 struct mlx5e_tc_flow_action *flow_action_reorder);
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c4074 struct mlx5e_tc_flow_action flow_action_reorder; in parse_tc_actions() local
4084 flow_action_reorder.num_entries = flow_action->num_entries; in parse_tc_actions()
4085 flow_action_reorder.entries = kcalloc(flow_action->num_entries, in parse_tc_actions()
4087 if (!flow_action_reorder.entries) in parse_tc_actions()
4090 mlx5e_tc_act_reorder_flow_actions(flow_action, &flow_action_reorder); in parse_tc_actions()
4095 flow_action_for_each(i, _act, &flow_action_reorder) { in parse_tc_actions()
4128 i < flow_action_reorder.num_entries - 1)) { in parse_tc_actions()
4143 kfree(flow_action_reorder.entries); in parse_tc_actions()
4156 kfree(flow_action_reorder.entries); in parse_tc_actions()

Completed in 12 milliseconds