Searched refs:old_next_ft (Results 1 – 1 of 1) sorted by relevance
1251 struct mlx5_flow_table *old_next_ft) in connect_fwd_rules() argument1260 if (!new_next_ft || !old_next_ft) in connect_fwd_rules()1266 mutex_lock(&old_next_ft->lock); in connect_fwd_rules()1267 list_splice_init(&old_next_ft->fwd_rules, &new_next_ft->fwd_rules); in connect_fwd_rules()1268 mutex_unlock(&old_next_ft->lock); in connect_fwd_rules()