Searched refs:netif_change_flags (Results 1 – 4 of 4) sorted by relevance
| /linux/net/8021q/ |
| H A D | vlan_dev.c | 1035 netif_change_flags(vlandev, in vlan_transfer_features() 1041 netif_change_flags(vlandev, flgs & ~IFF_UP, NULL); in vlan_transfer_features()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4385 int netif_change_flags(struct net_device *dev, unsigned int flags,
|
| /linux/net/core/ |
| H A D | dev.c | 9871 int netif_change_flags(struct net_device *dev, unsigned int flags, in netif_change_flags() function 9885 EXPORT_SYMBOL(netif_change_flags);
|
| H A D | rtnetlink.c | 3266 err = netif_change_flags(dev, rtnl_dev_combine_flags(dev, ifm), in do_setlink()
|