Home
last modified time | relevance | path

Searched refs:dev_base_head (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnetdevice.h3221 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
3223 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
3225 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
3227 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
3229 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
3231 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
3234 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list)
3251 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
3261 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
3266 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
[all …]
/linux/include/net/
H A Dnet_namespace.h98 struct list_head dev_base_head; member
/linux/net/smc/
H A Dsmc_pnet.c812 if (list_empty(&net->dev_base_head)) in smc_pnet_create_pnetids_list()
/linux/net/core/
H A Ddev.c406 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice()
12251 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init()
12362 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()