Lines Matching refs:dev_base_head
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);
3052 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
3057 return list_empty(&net->dev_base_head) ? NULL :
3058 net_device_entry(net->dev_base_head.next);
3063 struct list_head *lh = rcu_dereference(list_next_rcu(&net->dev_base_head));
3065 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);