1NETDEV_LOWER_GET_NEX(9) Network device support NETDEV_LOWER_GET_NEX(9)
2
3
4
6 netdev_lower_get_next - Get the next device from the lower neighbour
7 list
8
10 void * netdev_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 lower neighbour list,
22 starting from iter position. The caller must hold RTNL lock or its own
23 locking that guarantees that the neighbour lower list will remain
24 unchainged.
25
27Kernel Hackers Manual 3.10 June 2019 NETDEV_LOWER_GET_NEX(9)