Searched refs:netdev_all_upper_get_next_dev_rcu (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dnetdevice.h3568 struct net_device *netdev_all_upper_get_next_dev_rcu(struct net_device *dev,
3581 updev = netdev_all_upper_get_next_dev_rcu(dev, &(iter)); \
3583 updev = netdev_all_upper_get_next_dev_rcu(dev, &(iter)))
/linux-4.4.14/net/core/
H A Ddev.c5014 * netdev_all_upper_get_next_dev_rcu - Get the next dev from upper list
5021 struct net_device *netdev_all_upper_get_next_dev_rcu(struct net_device *dev, netdev_all_upper_get_next_dev_rcu() function
5037 EXPORT_SYMBOL(netdev_all_upper_get_next_dev_rcu); variable

Completed in 128 milliseconds