Searched refs:IFF_SLAVE (Results 1 – 7 of 7) sorted by relevance
90 IFF_SLAVE = 1<<11, /* volatile */ enumerator117 #define IFF_SLAVE IFF_SLAVE macro131 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
137 #define eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE)227 slave->dev->flags &= ~IFF_SLAVE; in eql_kill_one_slave()401 slave->dev->flags |= IFF_SLAVE; in __eql_insert_slave()
1212 rtmsg_ifinfo(RTM_NEWLINK, slave_dev, IFF_SLAVE, GFP_KERNEL); in bond_master_upper_dev_link()1220 slave_dev->flags &= ~IFF_SLAVE; in bond_upper_dev_unlink()1221 rtmsg_ifinfo(RTM_NEWLINK, slave_dev, IFF_SLAVE, GFP_KERNEL); in bond_upper_dev_unlink()1321 if (slave_dev->flags & IFF_SLAVE) { in bond_enslave()1470 slave_dev->flags |= IFF_SLAVE; in bond_enslave()1732 slave_dev->flags &= ~IFF_SLAVE; in bond_enslave()1789 if (!(slave_dev->flags & IFF_SLAVE) || in __bond_release_one()3075 if (event_dev->flags & IFF_SLAVE) { in bond_netdev_event()
540 IFF_MASTER | IFF_SLAVE); in vlan_dev_init()
3856 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()
1840 if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev)) in vortex_timer()
3185 if (dev->flags & IFF_SLAVE) in addrconf_notify()