Home
last modified time | relevance | path

Searched refs:ufid_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c441 table->ufid_count = 0; in ovs_flow_tbl_init()
471 table->ufid_count--; in table_instance_flow_free()
499 table->ufid_count != 0)) { in table_instance_flow_flush()
501 table->ufid_count = 0; in table_instance_flow_flush()
1068 table->ufid_count++; in flow_ufid_insert()
1071 if (table->ufid_count > ti->n_buckets) { in flow_ufid_insert()
H A Dflow_table.h69 unsigned int ufid_count; member
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c442 table->ufid_count = 0; in ovs_flow_tbl_init()
472 table->ufid_count--; in table_instance_flow_free()
500 table->ufid_count != 0)) { in table_instance_flow_flush()
502 table->ufid_count = 0; in table_instance_flow_flush()
1069 table->ufid_count++; in flow_ufid_insert()
1072 if (table->ufid_count > ti->n_buckets) { in flow_ufid_insert()
H A Dflow_table.h69 unsigned int ufid_count; member

Completed in 5 milliseconds