Home
last modified time | relevance | path

Searched refs:dev_base_head (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dnetdevice.h3275 list_for_each_entry(d, &(net)->dev_base_head, dev_list)
3277 list_for_each_entry_reverse(d, &(net)->dev_base_head, dev_list)
3279 list_for_each_entry_rcu(d, &(net)->dev_base_head, dev_list)
3281 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
3283 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
3285 list_for_each_entry_continue_reverse(d, &(net)->dev_base_head, \
3288 list_for_each_entry_continue_rcu(d, &(net)->dev_base_head, dev_list)
3305 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
3315 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
3320 return list_empty(&net->dev_base_head) ? NULL : in first_net_device()
[all …]
/include/net/
A Dnet_namespace.h101 struct list_head dev_base_head; member

Completed in 19 milliseconds