Searched refs:ufid_table (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 470 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); in table_instance_flow_free() 574 head = find_bucket(ti, flow->ufid_table.hash); in ufid_table_instance_insert() 575 hlist_add_head_rcu(&flow->ufid_table.node[ti->node_ver], head); in ufid_table_instance_insert() 594 ufid_table.node[old_ver], in flow_table_copy_flows() 929 hlist_for_each_entry_rcu(flow, head, ufid_table.node[ti->node_ver], in ovs_flow_tbl_lookup_ufid() 931 if (flow->ufid_table.hash == hash && in ovs_flow_tbl_lookup_ufid() 1065 flow->ufid_table.hash = ufid_hash(&flow->id); in flow_ufid_insert()
|
H A D | flow.h | 212 } flow_table, ufid_table; member
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 471 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); in table_instance_flow_free() 575 head = find_bucket(ti, flow->ufid_table.hash); in ufid_table_instance_insert() 576 hlist_add_head_rcu(&flow->ufid_table.node[ti->node_ver], head); in ufid_table_instance_insert() 595 ufid_table.node[old_ver], in flow_table_copy_flows() 930 hlist_for_each_entry_rcu(flow, head, ufid_table.node[ti->node_ver], in ovs_flow_tbl_lookup_ufid() 932 if (flow->ufid_table.hash == hash && in ovs_flow_tbl_lookup_ufid() 1066 flow->ufid_table.hash = ufid_hash(&flow->id); in flow_ufid_insert()
|
H A D | flow.h | 226 } flow_table, ufid_table; member
|
Completed in 6 milliseconds