Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/mlx5/
Dfs.h295 struct mlx5_flow_destination *old_dest);
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1134 struct mlx5_flow_destination *old_dest) in mlx5_modify_rule_destination() argument
1138 if (!old_dest) { in mlx5_modify_rule_destination()
1146 if (mlx5_flow_dests_cmp(old_dest, &handle->rule[i]->dest_attr)) in mlx5_modify_rule_destination()
Deswitch_offloads.c4381 struct mlx5_flow_destination old_dest = {}; in mlx5_eswitch_restore_ipsec_rule() local
4386 esw_setup_dest_fwd_ipsec(&old_dest, NULL, esw, esw_attr, attr_idx, 0, false); in mlx5_eswitch_restore_ipsec_rule()
4389 return mlx5_modify_rule_destination(rule, &new_dest, &old_dest); in mlx5_eswitch_restore_ipsec_rule()