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

NAME

6       netdev_all_upper_get_next_dev_rcu - Get the next dev from upper list
7

SYNOPSIS

9       struct net_device *
10                                                             netdev_all_upper_get_next_dev_rcu(struct net_device * dev,
11                                                             struct list_head ** iter);
12

ARGUMENTS

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

DESCRIPTION

21       Gets the next device from the dev's upper list, starting from iter
22       position. The caller must hold RCU read lock.
23
25Kernel Hackers Manual 3.10         June 2019           NETDEV_ALL_UPPER_GET(9)
Impressum