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

/linux-4.1.27/net/openvswitch/
H A Dflow_table.c316 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) find_bucket() function
328 head = find_bucket(ti, flow->flow_table.hash); table_instance_insert()
337 head = find_bucket(ti, flow->ufid_table.hash); ufid_table_instance_insert()
480 head = find_bucket(ti, hash); hlist_for_each_entry_rcu()
563 head = find_bucket(ti, hash); hlist_for_each_entry_rcu()

Completed in 46 milliseconds