Searched refs:netdev_set_master (Results 1 – 4 of 4) sorted by relevance
506 EXPORT_SYMBOL(netdev_set_master);
885 extern int netdev_set_master(struct net_device *dev, struct net_device *master);
1736 res = netdev_set_master(slave_dev, bond_dev); in bond_enslave()1986 netdev_set_master(slave_dev, NULL); in bond_enslave()2165 netdev_set_master(slave_dev, NULL); in bond_release()2256 netdev_set_master(slave_dev, NULL); in bond_release_all()
1905 int netdev_set_master(struct net_device *slave, struct net_device *master) in netdev_set_master() function