Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dflow_table.c227 table->ufid_count = 0; in ovs_flow_tbl_init()
405 flow_table->ufid_count = 0; in ovs_flow_tbl_flush()
620 table->ufid_count--; in ovs_flow_tbl_remove()
721 table->ufid_count++; in flow_ufid_insert()
724 if (table->ufid_count > ti->n_buckets) { in flow_ufid_insert()
Dflow_table.h54 unsigned int ufid_count; member