taglinefilesource code
IFF_SLAVE1020net/inet/dev.cif(dev->flags&IFF_SLAVE)
IFF_SLAVE1026net/inet/dev.cIFF_NOARP | IFF_PROMISC | IFF_ALLMULTI | IFF_SLAVE | IFF_MASTER
IFF_SLAVE1031net/inet/dev.cdev->slave->flags&=~IFF_SLAVE;
IFF_SLAVE1279net/inet/dev.cif(dev->flags&IFF_SLAVE)
IFF_SLAVE1289net/inet/dev.cif(slave->flags&IFF_SLAVE)
IFF_SLAVE1295net/inet/dev.cslave->flags|=IFF_SLAVE;