Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/8021q/
A Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/linux-6.3-rc2/include/linux/
A Dnetdevice.h2980 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list) macro
2989 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2999 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
3005 net_device_entry(net->dev_base_head.next); in first_net_device()
3012 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in first_net_device_rcu()

Completed in 17 milliseconds