taglinefilesource code
IFF_SLAVE1067net/inet/dev.cif(dev->flags&IFF_SLAVE)
IFF_SLAVE1073net/inet/dev.cIFF_NOARP | IFF_PROMISC | IFF_ALLMULTI | IFF_SLAVE | IFF_MASTER);
IFF_SLAVE1077net/inet/dev.cdev->slave->flags&=~IFF_SLAVE;
IFF_SLAVE1322net/inet/dev.cif(dev->flags&IFF_SLAVE)
IFF_SLAVE1332net/inet/dev.cif(slave->flags&IFF_SLAVE)
IFF_SLAVE1338net/inet/dev.cslave->flags|=IFF_SLAVE;