Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow_table.c180 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy()
186 static struct table_instance *table_instance_alloc(int new_size) in table_instance_alloc()
188 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc()
209 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init()
235 struct table_instance *ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb()
240 static void table_instance_destroy(struct table_instance *ti, in table_instance_destroy()
241 struct table_instance *ufid_ti, in table_instance_destroy()
283 struct table_instance *ti = rcu_dereference_raw(table->ti); in ovs_flow_tbl_destroy()
284 struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti); in ovs_flow_tbl_destroy()
289 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *ti, in ovs_flow_tbl_dump_next()
[all …]
Dflow_table.h39 struct table_instance { struct
49 struct table_instance __rcu *ti; argument
50 struct table_instance __rcu *ufid_ti;
74 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,
Ddatapath.c1292 struct table_instance *ti; in ovs_flow_cmd_dump()