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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsunvnet.h66 /* Protects port_list and port_hash. */
75 struct hlist_head port_hash[VNET_PORT_HASH_SIZE]; member in struct:vnet
H A Dsunvnet.c614 struct hlist_head *hp = &vp->port_hash[hash];
1046 INIT_HLIST_HEAD(&vp->port_hash[i]);
1209 hlist_add_head(&port->hash, &vp->port_hash[vnet_hashfn(port->raddr)]);

Completed in 70 milliseconds