new_ufid_ti       344 net/openvswitch/flow_table.c 	struct table_instance *old_ufid_ti, *new_ufid_ti;
new_ufid_ti       349 net/openvswitch/flow_table.c 	new_ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS);
new_ufid_ti       350 net/openvswitch/flow_table.c 	if (!new_ufid_ti)
new_ufid_ti       357 net/openvswitch/flow_table.c 	rcu_assign_pointer(flow_table->ufid_ti, new_ufid_ti);