Home
last modified time | relevance | path

Searched refs:dev_index_head (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dnet_namespace.h115 struct hlist_head *dev_index_head; member
/linux/net/core/
H A Ddev.c203 return &net->dev_index_head[ifindex & (NETDEV_HASHENTRIES - 1)]; in dev_index_hash()
12861 net->dev_index_head = netdev_create_hash(); in netdev_init()
12862 if (net->dev_index_head == NULL) in netdev_init()
12963 kfree(net->dev_index_head); in netdev_exit()