Home
last modified time | relevance | path

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

/Linux-v6.1/net/8021q/
Dvlanproc.c198 dev = net_device_entry(&net->dev_base_head); in vlan_seq_next()
/Linux-v6.1/include/linux/
Dnetdevice.h2937 #define net_device_entry(lh) list_entry(lh, struct net_device, dev_list) macro
2946 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device()
2956 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in next_net_device_rcu()
2962 net_device_entry(net->dev_base_head.next); in first_net_device()
2969 return lh == &net->dev_base_head ? NULL : net_device_entry(lh); in first_net_device_rcu()