Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_ttc.h62 struct mlx5_flow_destination *new_dest);
H A 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()
/openbmc/linux/include/linux/mlx5/
H A Dfs.h296 struct mlx5_flow_destination *new_dest,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A 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()
H A Deswitch_offloads.c4389 struct mlx5_flow_destination new_dest = {}; in mlx5_eswitch_restore_ipsec_rule() local
4396 esw_setup_dest_fwd_vport(&new_dest, NULL, esw, esw_attr, attr_idx, 0, false); in mlx5_eswitch_restore_ipsec_rule()
4398 return mlx5_modify_rule_destination(rule, &new_dest, &old_dest); in mlx5_eswitch_restore_ipsec_rule()