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