Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h3238 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list) macro
3251 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
3261 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
3267 net_device_entry(net->dev_base_head.next); in first_net_device()
3274 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in first_net_device_rcu()