Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Ddatapath.c209 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket() function
221 head = vport_hash_bucket(dp, port_no); in ovs_lookup_vport()
237 struct hlist_head *head = vport_hash_bucket(dp, vport->port_no); in new_vport()