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

/linux-master/include/linux/
H A Dnetdevice.h3017 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list) macro
3029 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
3039 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);
3045 net_device_entry(net->dev_base_head.next);
3052 return lh == &net->dev_base_head ? NULL : net_device_entry(lh);

Completed in 133 milliseconds