dev_change_flags
dev_change_flags(dev, flags, NULL);
dev_change_flags(priv->dev, priv->dev->flags & ~IFF_UP, NULL);
dev_change_flags(vf_netdev, ndev->flags | IFF_SLAVE, NULL);
err = dev_change_flags(ipvlan->dev,
err = dev_change_flags(ipvlan->dev,
dev_change_flags(ipvlan->dev, flags | IFF_NOARP,
dev_change_flags(ipvlan->dev, flags & ~IFF_NOARP,
dev_change_flags(peer, peer->flags & ~IFF_NOARP, NULL);
dev_change_flags(dev, dev->flags & ~IFF_NOARP, NULL);
ret = dev_change_flags(dev, flags & ~IFF_UP, extack);
ret = dev_change_flags(dev, flags, extack);
int dev_change_flags(struct net_device *dev, unsigned int flags,
dev_change_flags(vlandev, flgs | IFF_UP,
EXPORT_SYMBOL(dev_change_flags);
return dev_change_flags(dev, ifr->ifr_flags, NULL);
return dev_change_flags(dev, (unsigned int)new_flags, NULL);
ret = dev_change_flags(dev, ifr->ifr_flags, NULL);
if (dev_change_flags(dev, dev->flags | IFF_UP, NULL) < 0)
if (dev_change_flags(dev, oflags | IFF_UP, NULL) < 0) {
dev_change_flags(dev, d->flags, NULL);
err = dev_change_flags(dev, dev->flags | IFF_UP, NULL);
err = dev_change_flags(dev, dev->flags | IFF_UP, NULL);
err = dev_change_flags(dev, dev->flags | IFF_UP, NULL);