Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/networking/device_drivers/qlogic/
Dqlge.rst33 netdevices = prog['init_net'].dev_base_head.address_of_()
/Linux-v5.15/include/linux/
Dnetdevice.h2887 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
2889 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
2891 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
2893 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
2895 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
2897 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
2900 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list)
2913 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2923 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
2928 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
[all …]
/Linux-v5.15/net/8021q/
Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/Linux-v5.15/include/net/
Dnet_namespace.h91 struct list_head dev_base_head; member
/Linux-v5.15/net/core/
Dnet_namespace.c49 .dev_base_head = LIST_HEAD_INIT(init_net.dev_base_head),
Ddev.c369 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice()
11371 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init()
11479 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()
/Linux-v5.15/net/decnet/
Ddn_dev.c1317 dev = net_device_entry(&init_net.dev_base_head); in dn_dev_seq_next()