Searched refs:table_instance_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Dflow_table.c186 static struct table_instance *table_instance_alloc(int new_size) table_instance_alloc() function
211 ti = table_instance_alloc(TBL_MIN_BUCKETS); ovs_flow_tbl_init()
216 ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); ovs_flow_tbl_init()
375 new_ti = table_instance_alloc(n_buckets); table_instance_rehash()
389 new_ti = table_instance_alloc(TBL_MIN_BUCKETS); ovs_flow_tbl_flush()
392 new_ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); ovs_flow_tbl_flush()

Completed in 32 milliseconds