Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdevice.h2963 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
2965 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
2967 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
2969 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
2971 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
2973 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
2989 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2999 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
3004 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
3005 net_device_entry(net->dev_base_head.next); in first_net_device()
[all …]
/linux-6.3-rc2/Documentation/networking/device_drivers/qlogic/
A Dqlge.rst33 netdevices = prog['init_net'].dev_base_head.address_of_()
/linux-6.3-rc2/net/8021q/
A Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/linux-6.3-rc2/include/net/
A Dnet_namespace.h98 struct list_head dev_base_head; member
/linux-6.3-rc2/net/core/
A Ddev.c388 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice()
11178 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init()
11286 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()

Completed in 36 milliseconds