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

/net/openvswitch/
H A Ddatapath.c194 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, function
206 head = vport_hash_bucket(dp, port_no);
222 struct hlist_head *head = vport_hash_bucket(dp, vport->port_no);

Completed in 23 milliseconds