Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.h62 struct mlx5_flow_destination *new_dest);
Dfs_ttc.c740 struct mlx5_flow_destination *new_dest) in mlx5_ttc_fwd_dest() argument
742 return mlx5_modify_rule_destination(ttc->rules[type].rule, new_dest, in mlx5_ttc_fwd_dest()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c500 struct mlx5_flow_destination old_dest, new_dest; in handle_ipsec_rx_bringup() local
508 new_dest.ft = mlx5_ipsec_fs_roce_ft_get(ipsec->roce, family); in handle_ipsec_rx_bringup()
509 new_dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE; in handle_ipsec_rx_bringup()
510 mlx5_modify_rule_destination(rx->status.rule, &new_dest, &old_dest); in handle_ipsec_rx_bringup()
511 mlx5_modify_rule_destination(rx->sa.rule, &new_dest, &old_dest); in handle_ipsec_rx_bringup()
517 struct mlx5_flow_destination old_dest, new_dest; in handle_ipsec_rx_cleanup() local
521 new_dest = mlx5_ttc_get_default_dest(mlx5e_fs_get_ttc(ipsec->fs, false), in handle_ipsec_rx_cleanup()
523 mlx5_modify_rule_destination(rx->sa.rule, &new_dest, &old_dest); in handle_ipsec_rx_cleanup()
524 mlx5_modify_rule_destination(rx->status.rule, &new_dest, &old_dest); in handle_ipsec_rx_cleanup()
/linux-6.12.1/include/linux/mlx5/
Dfs.h296 struct mlx5_flow_destination *new_dest,
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1227 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument
1236 new_dest); in mlx5_modify_rule_destination()
1242 new_dest); in mlx5_modify_rule_destination()
Deswitch_offloads.c4413 struct mlx5_flow_destination new_dest = {}; in mlx5_eswitch_restore_ipsec_rule() local
4420 esw_setup_dest_fwd_vport(&new_dest, NULL, esw, esw_attr, attr_idx, 0, false); in mlx5_eswitch_restore_ipsec_rule()
4422 return mlx5_modify_rule_destination(rule, &new_dest, &old_dest); in mlx5_eswitch_restore_ipsec_rule()