Searched refs:dev_base_head (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | netdevice.h | 2792 list_for_each_entry(d, &(net)->dev_base_head, dev_list) 2794 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list) 2796 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list) 2798 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list) 2800 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list) 2802 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \ 2805 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list) 2818 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device() 2828 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu() 2833 return list_empty(&net->dev_base_head) ? NULL : in first_net_device() [all …]
|
/kernel/linux/linux-5.10/net/8021q/ |
D | vlanproc.c | 198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
|
/kernel/linux/linux-5.10/include/net/ |
D | net_namespace.h | 97 struct list_head dev_base_head; member
|
/kernel/linux/linux-5.10/net/core/ |
D | net_namespace.c | 49 .dev_base_head = LIST_HEAD_INIT(init_net.dev_base_head),
|
D | dev.c | 365 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice() 11029 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init() 11137 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()
|
/kernel/linux/linux-5.10/net/decnet/ |
D | dn_dev.c | 1319 dev = net_device_entry(&init_net.dev_base_head); in dn_dev_seq_next()
|