Searched refs:rule_drop (Results 1 – 2 of 2) sorted by relevance
2709 if (ft_prio->anchor.rule_drop) in steering_anchor_create_rule_drop()2720 ft_prio->anchor.rule_drop = handle; in steering_anchor_create_rule_drop()2727 if (ft_prio->anchor.rule_drop) { in steering_anchor_destroy_rule_drop()2728 mlx5_del_flow_rules(ft_prio->anchor.rule_drop); in steering_anchor_destroy_rule_drop()2729 ft_prio->anchor.rule_drop = NULL; in steering_anchor_destroy_rule_drop()
237 struct mlx5_flow_handle *rule_drop; member