1NETDEV_UPPER_GET_NEX(9) Network device support NETDEV_UPPER_GET_NEX(9)
2
3
4
6 netdev_upper_get_next_dev_rcu - Get the next dev from upper list
7
9 struct net_device *
10 netdev_upper_get_next_dev_rcu(struct net_device * dev,
11 struct list_head ** iter);
12
14 dev
15 device
16
17 iter
18 list_head ** of the current position
19
21 Gets the next device from the dev's upper list, starting from iter
22 position. The caller must hold RCU read lock.
23
25Kernel Hackers Manual 3.10 June 2019 NETDEV_UPPER_GET_NEX(9)