Searched refs:new_next_ft (Results 1 – 1 of 1) sorted by relevance
1260 /* Modify/set FWD rules that point on old_next_ft to point on new_next_ft */1262 struct mlx5_flow_table *new_next_ft, in connect_fwd_rules() argument 1269 /* new_next_ft and old_next_ft could be NULL only in connect_fwd_rules() 1272 if (!new_next_ft || !old_next_ft) in connect_fwd_rules() 1276 dest.ft = new_next_ft; in connect_fwd_rules() 1279 list_splice_init(&old_next_ft->fwd_rules, &new_next_ft->fwd_rules); in connect_fwd_rules() 1281 list_for_each_entry(iter, &new_next_ft->fwd_rules, next_ft) { in connect_fwd_rules() 1283 iter->ft->ns == new_next_ft->ns) in connect_fwd_rules() 1289 new_next_ft->id); in connect_fwd_rules()