Searched refs:dev_base_head (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | netdevice.h | 3255 list_for_each_entry(d, &(net)->dev_base_head, dev_list) 3257 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list) 3259 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list) 3261 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list) 3263 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list) 3265 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \ 3285 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device() 3295 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu() 3300 return list_empty(&net->dev_base_head) ? NULL : in first_net_device() 3301 net_device_entry(net->dev_base_head.next); in first_net_device() [all …]
|
| /linux-6.15/include/net/ |
| H A D | net_namespace.h | 101 struct list_head dev_base_head; member
|
| /linux-6.15/net/smc/ |
| H A D | smc_pnet.c | 812 if (list_empty(&net->dev_base_head)) in smc_pnet_create_pnetids_list()
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 408 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice() 12347 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init() 12458 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()
|