Home
last modified time | relevance | path

Searched refs:IFF_RUNNING (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif.h77 IFF_RUNNING = 1<<6, /* volatile */ enumerator
98 #define IFF_RUNNING IFF_RUNNING macro
113 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/linux-4.1.27/drivers/s390/net/
Dctcm_sysfs.c56 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write()
62 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
Dnetiucv.c1531 (ndev->flags & (IFF_UP | IFF_RUNNING))) { in user_write()
1588 if ((ndev->flags & IFF_RUNNING) && in buffer_write()
1603 if (!(ndev->flags & IFF_RUNNING)) in buffer_write()
2142 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_write()
Dctcm_main.c1662 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
/linux-4.1.27/Documentation/networking/
Doperstates.txt32 ifinfomsg::if_flags & IFF_RUNNING:
148 -see how operstate and IFF_RUNNING is echoed via netlink multicast
156 A routing daemon or dhcp client just needs to care for IFF_RUNNING or
/linux-4.1.27/net/bluetooth/
D6lowpan.c684 dev->flags = IFF_RUNNING | IFF_POINTOPOINT | in netdev_setup()
/linux-4.1.27/net/core/
Ddev.c1340 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1417 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
5693 IFF_RUNNING | in dev_get_flags()
5701 flags |= IFF_RUNNING; in dev_get_flags()