Home
last modified time | relevance | path

Searched refs:new_ufid_ti (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_table.c622 struct table_instance *old_ufid_ti, *new_ufid_ti; in ovs_flow_tbl_flush() local
627 new_ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_flush()
628 if (!new_ufid_ti) in ovs_flow_tbl_flush()
635 rcu_assign_pointer(flow_table->ufid_ti, new_ufid_ti); in ovs_flow_tbl_flush()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_table.c623 struct table_instance *old_ufid_ti, *new_ufid_ti; in ovs_flow_tbl_flush() local
628 new_ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS); in ovs_flow_tbl_flush()
629 if (!new_ufid_ti) in ovs_flow_tbl_flush()
636 rcu_assign_pointer(flow_table->ufid_ti, new_ufid_ti); in ovs_flow_tbl_flush()

Completed in 8 milliseconds