Home
last modified time | relevance | path

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

/linux-6.6.21/net/openvswitch/
Dflow_table.c606 static struct table_instance *table_instance_rehash(struct table_instance *ti, in table_instance_rehash() function
955 return table_instance_rehash(ti, ti->n_buckets * 2, ufid); in table_instance_expand()
1052 new_ti = table_instance_rehash(ti, ti->n_buckets, false); in flow_key_insert()