Searched refs:port_hash (Results 1 – 2 of 2) sorted by relevance
208 struct hlist_head *hp = &vp->port_hash[hash]; in __tx_port_find()309 INIT_HLIST_HEAD(&vp->port_hash[i]); in vnet_new()491 &vp->port_hash[vnet_hashfn(port->raddr)]); in vnet_port_probe()
121 struct hlist_head port_hash[VNET_PORT_HASH_SIZE]; member