Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Ddatapath.c178 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket() function
190 head = vport_hash_bucket(dp, port_no); in ovs_lookup_vport()
207 struct hlist_head *head = vport_hash_bucket(dp, vport->port_no); in new_vport()