Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1250 struct mlx5_flow_table *new_next_ft, in connect_fwd_rules() argument
1260 if (!new_next_ft || !old_next_ft) in connect_fwd_rules()
1264 dest.ft = new_next_ft; in connect_fwd_rules()
1267 list_splice_init(&old_next_ft->fwd_rules, &new_next_ft->fwd_rules); in connect_fwd_rules()
1269 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules()
1271 iter->ft->ns == new_next_ft->ns) in connect_fwd_rules()
1277 new_next_ft->id); in connect_fwd_rules()