1NETDEV_ALL_LOWER_GET(9) Network device support NETDEV_ALL_LOWER_GET(9)
2
3
4
6 netdev_all_lower_get_next - Get the next device from all lower
7 neighbour list
8
10 struct net_device * netdev_all_lower_get_next(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 netdev_adjacent from the dev's all lower neighbour list,
22 starting from iter position. The caller must hold RTNL lock or its own
23 locking that guarantees that the neighbour all lower list will remain
24 unchanged.
25
27Kernel Hackers Manual 3.10 June 2019 NETDEV_ALL_LOWER_GET(9)