Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/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.1.9/include/linux/mlx5/
Dfs.h275 struct mlx5_flow_destination *new_dest,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1027 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument
1036 new_dest); in mlx5_modify_rule_destination()
1040 if (mlx5_flow_dests_cmp(new_dest, &handle->rule[i]->dest_attr)) in mlx5_modify_rule_destination()
1042 new_dest); in mlx5_modify_rule_destination()