Home
last modified time | relevance | path

Searched refs:node_ver (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/openvswitch/
Dflow_table.c200 ti->node_ver = 0; in table_instance_alloc()
257 int ver = ti->node_ver; in table_instance_destroy()
258 int ufid_ver = ufid_ti->node_ver; in table_instance_destroy()
297 ver = ti->node_ver; in ovs_flow_tbl_dump_next()
329 hlist_add_head_rcu(&flow->flow_table.node[ti->node_ver], head); in table_instance_insert()
338 hlist_add_head_rcu(&flow->ufid_table.node[ti->node_ver], head); in ufid_table_instance_insert()
347 old_ver = old->node_ver; in flow_table_copy_flows()
348 new->node_ver = !old_ver; in flow_table_copy_flows()
481 hlist_for_each_entry_rcu(flow, head, flow_table.node[ti->node_ver]) { in masked_flow_lookup()
564 hlist_for_each_entry_rcu(flow, head, ufid_table.node[ti->node_ver]) { in ovs_flow_tbl_lookup_ufid()
[all …]
Dflow_table.h43 int node_ver; member