Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ !
Den_tc.h100 struct mlx5_flow_handle *act_id_restore_rule; member
Den_tc.c3572 attr2->act_id_restore_rule = NULL; in mlx5e_clone_flow_attr_for_post_act()
5739 attr->act_id_restore_rule = esw_add_restore_rule(esw, *act_miss_mapping); in mlx5e_tc_action_miss_mapping_get()
5740 if (IS_ERR(attr->act_id_restore_rule)) { in mlx5e_tc_action_miss_mapping_get()
5741 err = PTR_ERR(attr->act_id_restore_rule); in mlx5e_tc_action_miss_mapping_get()
5758 mlx5_del_flow_rules(attr->act_id_restore_rule); in mlx5e_tc_action_miss_mapping_put()