Home
last modified time | relevance | path

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

/include/uapi/linux/
Dif.h96 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)
/include/linux/
Dnetdevice.h5217 return dev->flags & IFF_SLAVE && dev->priv_flags & IFF_BONDING; in netif_is_bond_slave()