Lines Matching refs:node_ver
171 ti->node_ver = 0; in table_instance_alloc()
464 hlist_del_rcu(&flow->flow_table.node[ti->node_ver]); in table_instance_flow_free()
468 hlist_del_rcu(&flow->ufid_table.node[ufid_ti->node_ver]); in table_instance_flow_free()
488 flow_table.node[ti->node_ver]) { in table_instance_flow_flush()
533 ver = ti->node_ver; in ovs_flow_tbl_dump_next()
564 hlist_add_head_rcu(&flow->flow_table.node[ti->node_ver], head); in table_instance_insert()
573 hlist_add_head_rcu(&flow->ufid_table.node[ti->node_ver], head); in ufid_table_instance_insert()
582 old_ver = old->node_ver; in flow_table_copy_flows()
583 new->node_ver = !old_ver; in flow_table_copy_flows()
713 hlist_for_each_entry_rcu(flow, head, flow_table.node[ti->node_ver], in masked_flow_lookup()
927 hlist_for_each_entry_rcu(flow, head, ufid_table.node[ti->node_ver], in ovs_flow_tbl_lookup_ufid()