Home
last modified time | relevance | path

Searched refs:new_dest (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/net/netfilter/ipvs/
Dip_vs_mh.c166 struct ip_vs_dest *dest, *new_dest; in ip_vs_mh_populate() local
209 new_dest = list_entry(p, struct ip_vs_dest, n_list); in ip_vs_mh_populate()
210 if (dest != new_dest) { in ip_vs_mh_populate()
213 ip_vs_dest_hold(new_dest); in ip_vs_mh_populate()
214 RCU_INIT_POINTER(s->lookup[c].dest, new_dest); in ip_vs_mh_populate()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.h62 struct mlx5_flow_destination *new_dest);
Dfs_ttc.c584 struct mlx5_flow_destination *new_dest) in mlx5_ttc_fwd_dest() argument
586 return mlx5_modify_rule_destination(ttc->rules[type].rule, new_dest, in mlx5_ttc_fwd_dest()
/linux-6.6.21/include/linux/mlx5/
Dfs.h296 struct mlx5_flow_destination *new_dest,
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1133 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument
1142 new_dest); in mlx5_modify_rule_destination()
1148 new_dest); in mlx5_modify_rule_destination()
Deswitch_offloads.c4398 struct mlx5_flow_destination new_dest = {}; in mlx5_eswitch_restore_ipsec_rule() local
4405 esw_setup_dest_fwd_vport(&new_dest, NULL, esw, esw_attr, attr_idx, 0, false); in mlx5_eswitch_restore_ipsec_rule()
4407 return mlx5_modify_rule_destination(rule, &new_dest, &old_dest); in mlx5_eswitch_restore_ipsec_rule()