Searched refs:__netdev_next_lower_dev (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 7372 static struct net_device *__netdev_next_lower_dev(struct net_device *dev, in __netdev_next_lower_dev() function 7458 ldev = __netdev_next_lower_dev(now, &iter, &ignore); in __netdev_walk_all_lower_dev() 7528 ldev = __netdev_next_lower_dev(dev, &iter, &ignore); in __netdev_lower_depth() 7530 ldev = __netdev_next_lower_dev(dev, &iter, &ignore)) { in __netdev_lower_depth()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 7219 static struct net_device *__netdev_next_lower_dev(struct net_device *dev, in __netdev_next_lower_dev() function 7305 ldev = __netdev_next_lower_dev(now, &iter, &ignore); in __netdev_walk_all_lower_dev() 7375 ldev = __netdev_next_lower_dev(dev, &iter, &ignore); in __netdev_lower_depth() 7377 ldev = __netdev_next_lower_dev(dev, &iter, &ignore)) { in __netdev_lower_depth()
|
Completed in 26 milliseconds