Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h2829 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
2831 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
2833 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
2835 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
2837 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
2839 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
2842 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list)
2855 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2865 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
2870 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
[all …]
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/OK3568_Linux_fs/kernel/include/net/
H A Dnet_namespace.h94 struct list_head dev_base_head; member
/OK3568_Linux_fs/kernel/net/core/
H A Dnet_namespace.c49 .dev_base_head = LIST_HEAD_INIT(init_net.dev_base_head),
H A Ddev.c366 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice()
11042 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init()
11150 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_dev.c1319 dev = net_device_entry(&init_net.dev_base_head); in dn_dev_seq_next()