1NETDEV_ALL_LOWER_GET(9)     Network device support     NETDEV_ALL_LOWER_GET(9)
2
3
4

NAME

6       netdev_all_lower_get_next_rcu - Get the next device from all lower
7       neighbour list, RCU variant
8

SYNOPSIS

10       struct net_device *
11                                                         netdev_all_lower_get_next_rcu(struct net_device * dev,
12                                                         struct list_head ** iter);
13

ARGUMENTS

15       dev
16           device
17
18       iter
19           list_head ** of the current position
20

DESCRIPTION

22       Gets the next netdev_adjacent from the dev's all lower neighbour list,
23       starting from iter position. The caller must hold RCU read lock.
24
26Kernel Hackers Manual 3.10         June 2019           NETDEV_ALL_LOWER_GET(9)
Impressum