Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_mh.c165 struct ip_vs_dest *dest, *new_dest; in ip_vs_mh_populate()
208 new_dest = list_entry(p, struct ip_vs_dest, n_list); in ip_vs_mh_populate()
209 if (dest != new_dest) { in ip_vs_mh_populate()
212 ip_vs_dest_hold(new_dest); in ip_vs_mh_populate()
213 RCU_INIT_POINTER(s->lookup[c].dest, new_dest); in ip_vs_mh_populate()
166 struct ip_vs_dest *dest, *new_dest; ip_vs_mh_populate() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c605 struct mlx5_flow_destination *new_dest) in ipsec_rx_update_default_dest() argument
607 mlx5_modify_rule_destination(rx->pol_miss_rule, new_dest, old_dest); in ipsec_rx_update_default_dest()
609 new_dest, old_dest); in ipsec_rx_update_default_dest()
617 struct mlx5_flow_destination old_dest, new_dest; in handle_ipsec_rx_bringup() local
624 new_dest.ft = mlx5_ipsec_fs_roce_ft_get(ipsec->roce, family); in handle_ipsec_rx_bringup()
625 new_dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE; in handle_ipsec_rx_bringup()
626 ipsec_rx_update_default_dest(rx, &old_dest, &new_dest); in handle_ipsec_rx_bringup()
633 struct mlx5_flow_destination old_dest, new_dest; in handle_ipsec_rx_cleanup() local
637 new_dest = ipsec_rx_decrypted_pkt_def_dest(ttc, family); in handle_ipsec_rx_cleanup()
638 ipsec_rx_update_default_dest(rx, &old_dest, &new_dest); in handle_ipsec_rx_cleanup()
/linux/include/linux/mlx5/
H A Dfs.h324 struct mlx5_flow_destination *new_dest,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1240 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument
1249 new_dest); in mlx5_modify_rule_destination()
1255 new_dest); in mlx5_modify_rule_destination()