Searched refs:dev_change_flags (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | ipconfig.c | 216 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()
|
D | devinet.c | 1049 ret = dev_change_flags(dev, ifr.ifr_flags); in devinet_ioctl()
|
/linux-4.1.27/net/core/ |
D | dev_ioctl.c | 254 return dev_change_flags(dev, ifr->ifr_flags); in dev_ifsioc()
|
D | net-sysfs.c | 311 return dev_change_flags(dev, (unsigned int) new_flags); in change_flags()
|
D | dev.c | 5806 int dev_change_flags(struct net_device *dev, unsigned int flags) in dev_change_flags() function 5819 EXPORT_SYMBOL(dev_change_flags);
|
D | rtnetlink.c | 1681 err = dev_change_flags(dev, rtnl_dev_combine_flags(dev, ifm)); in do_setlink()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 132 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/ |
D | vlan.c | 452 dev_change_flags(vlandev, flgs | IFF_UP); in vlan_device_event()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 2968 int dev_change_flags(struct net_device *, unsigned int);
|