Searched refs:netdev_has_upper_dev (Results 1 – 3 of 3) sorted by relevance
3482 bool netdev_has_upper_dev(struct net_device *dev, struct net_device *upper_dev);
4763 bool netdev_has_upper_dev(struct net_device *dev, in netdev_has_upper_dev() function4770 EXPORT_SYMBOL(netdev_has_upper_dev);
1769 !netdev_has_upper_dev(slave_dev, bond_dev)) { in __bond_release_one()