Searched refs:table_instance (Results 1 – 3 of 3) sorted by relevance
145 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy() 151 static struct table_instance *table_instance_alloc(int new_size) in table_instance_alloc() 153 struct table_instance *ti = kmalloc_obj(*ti); in table_instance_alloc() 411 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() 451 struct table_instance *ti; in flow_tbl_destroy_rcu_cb() 453 ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb() 458 struct table_instance *ti, in table_instance_flow_free() 459 struct table_instance *ufid_ti, in table_instance_flow_free() 475 struct table_instance *ti, in table_instance_flow_flush() 476 struct table_instance *ufid_t in table_instance_flow_flush() [all...]
54 struct table_instance { struct63 struct table_instance __rcu *ti; argument64 struct table_instance __rcu *ufid_ti;91 struct sw_flow *ovs_flow_tbl_dump_next(struct table_instance *table,112 struct table_instance *ti,113 struct table_instance *ufid_ti);
1487 struct table_instance *ti; in ovs_flow_cmd_dump()