Searched refs:new_dest (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/netfilter/ipvs/ |
D | ip_vs_mh.c | 166 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/ |
D | fs_ttc.h | 62 struct mlx5_flow_destination *new_dest);
|
D | fs_ttc.c | 584 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/ |
D | fs.h | 296 struct mlx5_flow_destination *new_dest,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 1133 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()
|
D | eswitch_offloads.c | 4398 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()
|