Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds