Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.c413 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local
429 ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_init()
430 if (!ufid_ti) in ovs_flow_tbl_init()
434 rcu_assign_pointer(table->ufid_ti, ufid_ti); in ovs_flow_tbl_init()
461 struct table_instance *ufid_ti, in table_instance_flow_free() argument
468 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); in table_instance_flow_free()
478 struct table_instance *ufid_ti) in table_instance_flow_flush() argument
490 table_instance_flow_free(table, ti, ufid_ti, in table_instance_flow_flush()
504 struct table_instance *ufid_ti) in table_instance_destroy() argument
507 call_rcu(&ufid_ti->rcu, flow_tbl_destroy_rcu_cb); in table_instance_destroy()
[all …]
H A Dflow_table.h64 struct table_instance __rcu *ufid_ti; member
113 struct table_instance *ufid_ti);
H A Ddatapath.c1920 ovsl_dereference(table->ufid_ti)); in __dp_destroy()