Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dflow_table.c188 static struct table_instance *table_instance_alloc(int new_size) in table_instance_alloc() function
213 ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_init()
218 ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_init()
377 new_ti = table_instance_alloc(n_buckets); in table_instance_rehash()
391 new_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_flush()
394 new_ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_flush()