Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_table.h54 struct table_instance { struct
63 struct table_instance __rcu *ti; argument
64 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);
H A Ddatapath.c1487 struct table_instance *ti; in ovs_flow_cmd_dump()