taglinefilesource code
IFF_SLAVE1022net/inet/dev.cif(dev->flags&IFF_SLAVE)
IFF_SLAVE1028net/inet/dev.cIFF_NOARP | IFF_PROMISC | IFF_ALLMULTI | IFF_SLAVE | IFF_MASTER);
IFF_SLAVE1032net/inet/dev.cdev->slave->flags&=~IFF_SLAVE;
IFF_SLAVE1275net/inet/dev.cif(dev->flags&IFF_SLAVE)
IFF_SLAVE1285net/inet/dev.cif(slave->flags&IFF_SLAVE)
IFF_SLAVE1291net/inet/dev.cslave->flags|=IFF_SLAVE;