Home
last modified time | relevance | path

Searched refs:IFF_SLAVE (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dif.h43 #define IFF_SLAVE 0x800 /* slave of a load balancer */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
Dnetdevice.h2666 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()