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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c208 static struct hlist_head dev_name_head[1<<NETDEV_HASHBITS]; variable in typeref:struct:hlist_head
214 return &dev_name_head[hash & ((1<<NETDEV_HASHBITS)-1)];
4039 for (i = 0; i < ARRAY_SIZE(dev_name_head); i++)
4040 INIT_HLIST_HEAD(&dev_name_head[i]);

Completed in 49 milliseconds