Home
last modified time | relevance | path

Searched refs:dev_change_flags (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/net/ipv4/
Dipconfig.c216 if (dev_change_flags(dev, dev->flags | IFF_UP) < 0) in ic_open_devs()
234 if (dev_change_flags(dev, oflags | IFF_UP) < 0) { in ic_open_devs()
311 dev_change_flags(dev, d->flags); in ic_close_devs()
Ddevinet.c1049 ret = dev_change_flags(dev, ifr.ifr_flags); in devinet_ioctl()
/linux-4.1.27/net/core/
Ddev_ioctl.c254 return dev_change_flags(dev, ifr->ifr_flags); in dev_ifsioc()
Dnet-sysfs.c311 return dev_change_flags(dev, (unsigned int) new_flags); in change_flags()
Ddev.c5806 int dev_change_flags(struct net_device *dev, unsigned int flags) in dev_change_flags() function
5819 EXPORT_SYMBOL(dev_change_flags);
Drtnetlink.c1681 err = dev_change_flags(dev, rtnl_dev_combine_flags(dev, ifm)); in do_setlink()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c132 dev_change_flags(cpriv->dev, flags | IFF_UP); in ipoib_open()
175 dev_change_flags(cpriv->dev, flags & ~IFF_UP); in ipoib_stop()
1736 dev_change_flags(priv->dev, priv->dev->flags & ~IFF_UP); in ipoib_remove_one()
/linux-4.1.27/net/8021q/
Dvlan.c452 dev_change_flags(vlandev, flgs | IFF_UP); in vlan_device_event()
/linux-4.1.27/include/linux/
Dnetdevice.h2968 int dev_change_flags(struct net_device *, unsigned int);