mlx5_modify_rule_destination
mlx5_modify_rule_destination(rx->pol_miss_rule, new_dest, old_dest);
mlx5_modify_rule_destination(rx->status_checks.crypto_offload_pass_rule,
err = mlx5_modify_rule_destination(rule, &dst, NULL);
return mlx5_modify_rule_destination(rule, &new_dest, &old_dest);
err = mlx5_modify_rule_destination(def->rules[idx], &dest, NULL);
return mlx5_modify_rule_destination(ttc->rules[type].rule, new_dest,
int mlx5_modify_rule_destination(struct mlx5_flow_handle *handler,