Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dflow_table.c372 static struct table_instance *table_instance_rehash(struct table_instance *ti, in table_instance_rehash() function
588 return table_instance_rehash(ti, ti->n_buckets * 2, ufid); in table_instance_expand()
704 new_ti = table_instance_rehash(ti, ti->n_buckets, false); in flow_key_insert()