Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif.h85 IFF_RUNNING = 1<<6, /* volatile */ enumerator
112 #define IFF_RUNNING IFF_RUNNING macro
131 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/linux-4.4.14/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.c1530 (ndev->flags & (IFF_UP | IFF_RUNNING))) { in user_write()
1587 if ((ndev->flags & IFF_RUNNING) && in buffer_write()
1602 if (!(ndev->flags & IFF_RUNNING)) in buffer_write()
2141 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_write()
Dctcm_main.c1662 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
/linux-4.4.14/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.4.14/net/bluetooth/
D6lowpan.c661 dev->flags = IFF_RUNNING | IFF_POINTOPOINT | in netdev_setup()
/linux-4.4.14/net/ipv4/
Dfib_frontend.c1195 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
Dfib_semantics.c1518 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
/linux-4.4.14/net/core/
Ddev.c1372 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1449 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
5881 IFF_RUNNING | in dev_get_flags()
5889 flags |= IFF_RUNNING; in dev_get_flags()