Searched refs:netdev_has_upper_dev (Results 1 – 3 of 3) sorted by relevance
4930 bool netdev_has_upper_dev(struct net_device *dev, in netdev_has_upper_dev() function4937 EXPORT_SYMBOL(netdev_has_upper_dev);
3565 bool netdev_has_upper_dev(struct net_device *dev, struct net_device *upper_dev);
1790 !netdev_has_upper_dev(slave_dev, bond_dev)) { in __bond_release_one()