Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dflow_table.c367 static struct table_instance *table_instance_rehash(struct table_instance *ti, in table_instance_rehash() function
583 return table_instance_rehash(ti, ti->n_buckets * 2, ufid); in table_instance_expand()
699 new_ti = table_instance_rehash(ti, ti->n_buckets, false); in flow_key_insert()