Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnetdevice.h2920 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
2922 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
2924 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
2926 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
2928 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
2930 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
2933 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list)
2946 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2956 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
2961 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
[all …]
/Linux-v6.1/Documentation/networking/device_drivers/qlogic/
Dqlge.rst33 netdevices = prog['init_net'].dev_base_head.address_of_()
/Linux-v6.1/net/8021q/
Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/Linux-v6.1/include/net/
Dnet_namespace.h96 struct list_head dev_base_head; member
/Linux-v6.1/net/core/
Ddev.c388 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice()
11167 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init()
11275 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()