Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/8021q/
Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2788 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list) macro
2797 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2807 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
2813 net_device_entry(net->dev_base_head.next); in first_net_device()
2820 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in first_net_device_rcu()
/kernel/linux/linux-5.10/net/decnet/
Ddn_dev.c1319 dev = net_device_entry(&init_net.dev_base_head); in dn_dev_seq_next()