1NETDEV_LOWER_GET_NEX(9) Network device support NETDEV_LOWER_GET_NEX(9)
2
3
4
6 netdev_lower_get_next_private_rcu - Get the next ->private from the
7 lower neighbour list, RCU variant
8
10 void * netdev_lower_get_next_private_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 netdev_adjacent->private from the dev's lower neighbour
22 list, starting from iter position. The caller must hold RCU read lock.
23
25Kernel Hackers Manual 3.10 June 2019 NETDEV_LOWER_GET_NEX(9)