Home
last modified time | relevance | path

Searched refs:netdev_has_upper_dev (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/team/
H A Dteam.c1164 if (netdev_has_upper_dev(dev, port_dev)) { in team_port_add()
/openbmc/linux/include/linux/
H A Dnetdevice.h4739 bool netdev_has_upper_dev(struct net_device *dev, struct net_device *upper_dev);
/openbmc/linux/net/core/
H A Ddev.c6838 bool netdev_has_upper_dev(struct net_device *dev, in netdev_has_upper_dev() function
6850 EXPORT_SYMBOL(netdev_has_upper_dev);
/openbmc/linux/drivers/net/bonding/
H A Dbond_main.c2371 !netdev_has_upper_dev(slave_dev, bond_dev)) { in __bond_release_one()