Home
last modified time | relevance | path

Searched refs:table_instance (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c145 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(sizeof(*ti), GFP_KERNEL); in table_instance_alloc()
415 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init()
455 struct table_instance *ti; in flow_tbl_destroy_rcu_cb()
457 ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb()
462 struct table_instance *ti, in table_instance_flow_free()
463 struct table_instance *ufid_ti, in table_instance_flow_free()
479 struct table_instance *ti, in table_instance_flow_flush()
480 struct table_instance *ufid_t in table_instance_flow_flush()
[all...]
H A Dflow_table.h54 struct table_instance { struct
63 struct table_instance __rcu *ti;
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.c1419 struct table_instance *ti; in ovs_flow_cmd_dump()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c146 static void __table_instance_destroy(struct table_instance *ti) in __table_instance_destroy()
152 static struct table_instance *table_instance_alloc(int new_size) in table_instance_alloc()
154 struct table_instance *ti = kmalloc(sizeof(*ti), GFP_KERNEL); in table_instance_alloc()
416 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init()
456 struct table_instance *ti; in flow_tbl_destroy_rcu_cb()
458 ti = container_of(rcu, struct table_instance, rcu); in flow_tbl_destroy_rcu_cb()
463 struct table_instance *ti, in table_instance_flow_free()
464 struct table_instance *ufid_ti, in table_instance_flow_free()
480 struct table_instance *ti, in table_instance_flow_flush()
481 struct table_instance *ufid_t in table_instance_flow_flush()
[all...]
H A Dflow_table.h54 struct table_instance { struct
63 struct table_instance __rcu *ti;
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.c1458 struct table_instance *ti; in ovs_flow_cmd_dump()

Completed in 10 milliseconds