Searched refs:IFF_SLAVE (Results 1 – 12 of 12) sorted by relevance
93 IFF_SLAVE = 1<<11, /* __volatile__ */ enumerator120 #define IFF_SLAVE IFF_SLAVE macro134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
96 IFF_SLAVE = 1<<11, /* volatile */ enumerator123 #define IFF_SLAVE IFF_SLAVE macro137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
69 IFF_SLAVE = 0x800, /* Slave of a load balancer. */ enumerator70 # define IFF_SLAVE IFF_SLAVE macro
137 #define eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE)225 slave->dev->flags &= ~IFF_SLAVE; in eql_kill_one_slave()399 slave->dev->flags |= IFF_SLAVE; in __eql_insert_slave()
1582 slave->dev->flags &= ~IFF_SLAVE; in bond_upper_dev_unlink()1872 slave_dev->flags |= IFF_SLAVE; in bond_enslave()2138 slave_dev->flags &= ~IFF_SLAVE; in bond_enslave()2196 if (!(slave_dev->flags & IFF_SLAVE) || in __bond_release_one()3570 if (event_dev->flags & IFF_SLAVE) in bond_netdev_event()
552 IFF_MASTER | IFF_SLAVE); in vlan_dev_init()
2221 vf_netdev->flags |= IFF_SLAVE; in netvsc_vf_join()2248 dev_change_flags(vf_netdev, ndev->flags | IFF_SLAVE, NULL); in __netvsc_vf_setup()
1827 if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev)) in vortex_timer()
3334 if (idev->dev->flags & IFF_SLAVE) in addrconf_addr_gen()3572 if (dev->flags & IFF_SLAVE) in addrconf_notify()
4997 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()