Searched refs:IFF_SLAVE (Results 1 – 7 of 7) sorted by relevance
72 * @IFF_SLAVE: slave of a load balancer. Volatile.96 IFF_SLAVE = 1<<11, /* volatile */ enumerator 123 #define IFF_SLAVE IFF_SLAVE macro 137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
139 #define eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE)227 slave->dev->flags &= ~IFF_SLAVE; in eql_kill_one_slave() 405 slave->dev->flags |= IFF_SLAVE; in __eql_insert_slave()
1795 slave->dev->flags |= IFF_SLAVE; in bond_master_upper_dev_link() 1802 slave->dev->flags &= ~IFF_SLAVE; in bond_upper_dev_unlink() 1927 * have to restore the IFF_MASTER flag, and only restore IFF_SLAVE and IFF_UP1932 unsigned int flags = bond_dev->flags & (IFF_SLAVE | IFF_UP); in bond_ether_setup() 2519 if (!(slave_dev->flags & IFF_SLAVE) || in __bond_release_one() 4173 if (event_dev->flags & IFF_SLAVE) in bond_netdev_event()
531 IFF_MASTER | IFF_SLAVE); in vlan_dev_init()
2204 dev_change_flags(vf_netdev, ndev->flags | IFF_SLAVE, NULL); in __netvsc_vf_setup()2315 vf_netdev->flags |= IFF_SLAVE; in netvsc_prepare_bonding()
1829 if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev)) in vortex_timer()
5380 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()