Home
last modified time | relevance | path

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

/net/openvswitch/
Dflow_table.c368 struct table_instance *new_ti; in table_instance_rehash() local
370 new_ti = table_instance_alloc(n_buckets); in table_instance_rehash()
371 if (!new_ti) in table_instance_rehash()
374 flow_table_copy_flows(ti, new_ti, ufid); in table_instance_rehash()
376 return new_ti; in table_instance_rehash()
381 struct table_instance *old_ti, *new_ti; in ovs_flow_tbl_flush() local
384 new_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_flush()
385 if (!new_ti) in ovs_flow_tbl_flush()
394 rcu_assign_pointer(flow_table->ti, new_ti); in ovs_flow_tbl_flush()
404 __table_instance_destroy(new_ti); in ovs_flow_tbl_flush()
[all …]