Searched refs:dev_index_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.c209 static struct hlist_head dev_index_head[1<<NETDEV_HASHBITS]; variable in typeref:struct:hlist_head
219 return &dev_index_head[ifindex & ((1<<NETDEV_HASHBITS)-1)];
4042 for (i = 0; i < ARRAY_SIZE(dev_index_head); i++)
4043 INIT_HLIST_HEAD(&dev_index_head[i]);

Completed in 60 milliseconds