Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Ddatapath.c177 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket() function
189 head = vport_hash_bucket(dp, port_no); in ovs_lookup_vport()
206 struct hlist_head *head = vport_hash_bucket(dp, vport->port_no); in new_vport()