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

/linux-4.1.27/net/openvswitch/
H A Dflow_table.c263 hlist_del_rcu(&flow->ufid_table.node[ufid_ver]); hlist_for_each_entry_safe()
337 head = find_bucket(ti, flow->ufid_table.hash); ufid_table_instance_insert()
338 hlist_add_head_rcu(&flow->ufid_table.node[ti->node_ver], head); ufid_table_instance_insert()
359 ufid_table.node[old_ver]) flow_table_copy_flows()
564 hlist_for_each_entry_rcu(flow, head, ufid_table.node[ti->node_ver]) { hlist_for_each_entry_rcu()
565 if (flow->ufid_table.hash == hash && hlist_for_each_entry_rcu()
617 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); ovs_flow_tbl_remove()
716 flow->ufid_table.hash = ufid_hash(&flow->id); flow_ufid_insert()
H A Dflow.h229 } flow_table, ufid_table; member in struct:sw_flow

Completed in 92 milliseconds