Searched refs:dev_base_head (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/linux/ |
D | netdevice.h | 2991 list_for_each_entry(d, &(net)->dev_base_head, dev_list) 2993 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list) 2995 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list) 2997 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list) 2999 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list) 3001 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \ 3004 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list) 3020 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device() 3030 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu() 3035 return list_empty(&net->dev_base_head) ? NULL : in first_net_device() [all …]
|
/Linux-v6.6/Documentation/networking/device_drivers/qlogic/ |
D | qlge.rst | 33 netdevices = prog['init_net'].dev_base_head.address_of_()
|
/Linux-v6.6/net/8021q/ |
D | vlanproc.c | 198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
|
/Linux-v6.6/include/net/ |
D | net_namespace.h | 99 struct list_head dev_base_head; member
|
/Linux-v6.6/net/core/ |
D | dev.c | 390 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice() 11315 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init() 11426 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()
|