Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Dflow_table.c439 table->ufid_count = 0; in ovs_flow_tbl_init()
469 table->ufid_count--; in table_instance_flow_free()
497 table->ufid_count != 0)) { in table_instance_flow_flush()
499 table->ufid_count = 0; in table_instance_flow_flush()
1066 table->ufid_count++; in flow_ufid_insert()
1069 if (table->ufid_count > ti->n_buckets) { in flow_ufid_insert()
Dflow_table.h69 unsigned int ufid_count; member