Searched refs:ufid_ti (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 415 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local 431 ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_init() 432 if (!ufid_ti) in ovs_flow_tbl_init() 436 rcu_assign_pointer(table->ufid_ti, ufid_ti); in ovs_flow_tbl_init() 463 struct table_instance *ufid_ti, in table_instance_flow_free() 470 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); in table_instance_flow_free() 480 struct table_instance *ufid_ti) in table_instance_flow_flush() 492 table_instance_flow_free(table, ti, ufid_ti, in table_instance_flow_flush() 506 struct table_instance *ufid_ti) in table_instance_destroy() 461 table_instance_flow_free(struct flow_table *table, struct table_instance *ti, struct table_instance *ufid_ti, struct sw_flow *flow) table_instance_flow_free() argument 478 table_instance_flow_flush(struct flow_table *table, struct table_instance *ti, struct table_instance *ufid_ti) table_instance_flow_flush() argument 505 table_instance_destroy(struct table_instance *ti, struct table_instance *ufid_ti) table_instance_destroy() argument 518 struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti); ovs_flow_tbl_destroy() local 961 struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti); ovs_flow_tbl_remove() local [all...] |
H A D | flow_table.h | 64 struct table_instance __rcu *ufid_ti; member 113 struct table_instance *ufid_ti);
|
H A D | datapath.c | 1803 ovsl_dereference(table->ufid_ti)); in __dp_destroy()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 416 struct table_instance *ti, *ufid_ti; in ovs_flow_tbl_init() local 432 ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_init() 433 if (!ufid_ti) in ovs_flow_tbl_init() 437 rcu_assign_pointer(table->ufid_ti, ufid_ti); in ovs_flow_tbl_init() 464 struct table_instance *ufid_ti, in table_instance_flow_free() 471 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); in table_instance_flow_free() 481 struct table_instance *ufid_ti) in table_instance_flow_flush() 493 table_instance_flow_free(table, ti, ufid_ti, in table_instance_flow_flush() 507 struct table_instance *ufid_ti) in table_instance_destroy() 462 table_instance_flow_free(struct flow_table *table, struct table_instance *ti, struct table_instance *ufid_ti, struct sw_flow *flow) table_instance_flow_free() argument 479 table_instance_flow_flush(struct flow_table *table, struct table_instance *ti, struct table_instance *ufid_ti) table_instance_flow_flush() argument 506 table_instance_destroy(struct table_instance *ti, struct table_instance *ufid_ti) table_instance_destroy() argument 519 struct table_instance *ufid_ti = rcu_dereference_raw(table->ufid_ti); ovs_flow_tbl_destroy() local 962 struct table_instance *ufid_ti = ovsl_dereference(table->ufid_ti); ovs_flow_tbl_remove() local [all...] |
H A D | flow_table.h | 64 struct table_instance __rcu *ufid_ti; member 113 struct table_instance *ufid_ti);
|
H A D | datapath.c | 1921 ovsl_dereference(table->ufid_ti)); in __dp_destroy()
|
Completed in 10 milliseconds