Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_mh.c166 struct ip_vs_dest *dest, *new_dest; in ip_vs_mh_populate() local
210 new_dest = list_entry(p, struct ip_vs_dest, n_list); in ip_vs_mh_populate()
211 if (dest != new_dest) { in ip_vs_mh_populate()
214 ip_vs_dest_hold(new_dest); in ip_vs_mh_populate()
215 RCU_INIT_POINTER(s->lookup[c].dest, new_dest); in ip_vs_mh_populate()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dfs.h236 struct mlx5_flow_destination *new_dest,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h273 struct mlx5_flow_destination *new_dest);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c969 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument
978 new_dest); in mlx5_modify_rule_destination()
982 if (mlx5_flow_dests_cmp(new_dest, &handle->rule[i]->dest_attr)) in mlx5_modify_rule_destination()
984 new_dest); in mlx5_modify_rule_destination()
H A Den_fs.c1237 struct mlx5_flow_destination *new_dest) in mlx5e_ttc_fwd_dest() argument
1239 return mlx5_modify_rule_destination(priv->fs.ttc.rules[type].rule, new_dest, NULL); in mlx5e_ttc_fwd_dest()