Home
last modified time | relevance | path

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

/openbmc/linux/net/8021q/
H A Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/openbmc/linux/include/linux/
H A Dnetdevice.h3030 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list) macro
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()
3058 net_device_entry(net->dev_base_head.next); in first_net_device()
3065 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in first_net_device_rcu()