Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h3013 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
3015 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
3017 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
3019 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
3021 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
3023 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
3042 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
3052 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
3057 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
3058 net_device_entry(net->dev_base_head.next); in first_net_device()
[all …]
/openbmc/linux/Documentation/networking/device_drivers/qlogic/
H A Dqlge.rst33 netdevices = prog['init_net'].dev_base_head.address_of_()
/openbmc/linux/net/8021q/
H A Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/openbmc/linux/include/net/
H A Dnet_namespace.h99 struct list_head dev_base_head; member
/openbmc/linux/net/smc/
H A Dsmc_pnet.c812 if (list_empty(&net->dev_base_head)) in smc_pnet_create_pnetids_list()
/openbmc/linux/net/core/
H A Ddev.c390 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice()
11377 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init()
11488 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()