Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c171 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket() function
183 head = vport_hash_bucket(dp, port_no); in ovs_lookup_vport()
200 struct hlist_head *head = vport_hash_bucket(dp, vport->port_no); in new_vport()