Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif.h90 IFF_RUNNING = 1<<6, /* volatile */ enumerator
117 #define IFF_RUNNING IFF_RUNNING macro
136 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/Linux-v5.4/drivers/s390/net/
Dctcm_sysfs.c57 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write()
63 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
Dnetiucv.c1492 (ndev->flags & (IFF_UP | IFF_RUNNING))) { in user_write()
1549 if ((ndev->flags & IFF_RUNNING) && in buffer_write()
1564 if (!(ndev->flags & IFF_RUNNING)) in buffer_write()
2103 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_store()
Dctcm_main.c1659 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
/Linux-v5.4/Documentation/networking/
Doperstates.txt33 ifinfomsg::if_flags & IFF_RUNNING:
150 -see how operstate and IFF_RUNNING is echoed via netlink multicast
158 A routing daemon or dhcp client just needs to care for IFF_RUNNING or
/Linux-v5.4/drivers/net/
Dloopback.c269 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
/Linux-v5.4/net/mpls/
Daf_mpls.c708 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()
1616 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()
1623 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()
/Linux-v5.4/net/bluetooth/
D6lowpan.c586 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
/Linux-v5.4/net/ipv4/
Dfib_frontend.c1486 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
Dnexthop.c1768 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
Dfib_semantics.c2085 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
/Linux-v5.4/net/core/
Ddev.c1364 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1436 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
7825 IFF_RUNNING | in dev_get_flags()
7833 flags |= IFF_RUNNING; in dev_get_flags()