Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c416 hlist_add_head_rcu(&dev->index_hlist, in list_netdevice()
446 hlist_del_rcu(&dev->index_hlist); in unlist_netdevice()
985 hlist_for_each_entry(dev, head, index_hlist) in __dev_get_by_index()
1009 hlist_for_each_entry_rcu(dev, head, index_hlist) in dev_get_by_index_rcu()
/linux/include/linux/
H A Dnetdevice.h2415 struct hlist_node index_hlist; member