Searched refs:dev_base_head (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 2793 list_for_each_entry(d, &(net)->dev_base_head, dev_list) 2795 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list) 2797 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list) 2799 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list) 2801 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list) 2803 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \ 2806 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list) 2819 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device() 2829 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu() 2834 return list_empty(&net->dev_base_head) in first_net_device() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 3013 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, \ 3026 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list) 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) in first_net_device() [all...] |
/kernel/linux/linux-5.10/net/8021q/ |
H A D | vlanproc.c | 198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
|
/kernel/linux/linux-6.6/net/8021q/ |
H A D | vlanproc.c | 198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | net_namespace.h | 97 struct list_head dev_base_head; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | net_namespace.h | 99 struct list_head dev_base_head; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | net_namespace.c | 49 .dev_base_head = LIST_HEAD_INIT(init_net.dev_base_head),
|
H A D | dev.c | 172 * The @dev_base_head list is protected by @dev_base_lock and the rtnl 178 * dev_base_head list, and hold dev_base_lock for writing when they do the 365 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()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 171 * The @dev_base_head list is protected by @dev_base_lock and the rtnl 177 * dev_base_head list, and hold dev_base_lock for writing when they do the 390 list_add_tail_rcu(&dev->dev_list, &net->dev_base_head); in list_netdevice() 11376 INIT_LIST_HEAD(&net->dev_base_head); in netdev_init() 11487 WARN_ON_ONCE(!list_empty(&net->dev_base_head)); in netdev_exit()
|
Completed in 44 milliseconds