Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dif.h91 IFF_RUNNING = 1<<6, /* volatile */ enumerator
118 #define IFF_RUNNING IFF_RUNNING macro
137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/linux/drivers/s390/net/
A Dctcm_sysfs.c57 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write()
63 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
A Dnetiucv.c1400 (ndev->flags & (IFF_UP | IFF_RUNNING))) { in user_write()
1457 if ((ndev->flags & IFF_RUNNING) && in buffer_write()
1472 if (!(ndev->flags & IFF_RUNNING)) in buffer_write()
2011 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_store()
A Dctcm_main.c1619 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
/linux/Documentation/networking/
A Doperstates.rst42 ifinfomsg::if_flags & IFF_RUNNING:
173 - see how operstate and IFF_RUNNING is echoed via netlink multicast
181 A routing daemon or dhcp client just needs to care for IFF_RUNNING or
/linux/drivers/net/
A Dloopback.c271 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
/linux/net/mpls/
A Daf_mpls.c709 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()
1633 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()
1640 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
/linux/net/bluetooth/
A D6lowpan.c566 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
/linux/net/ipv4/
A Dfib_frontend.c1479 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
A Dfib_semantics.c2143 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
A Dnexthop.c3578 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
/linux/net/core/
A Ddev.c1530 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1602 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
8739 IFF_RUNNING | in dev_get_flags()
8747 flags |= IFF_RUNNING; in dev_get_flags()
/linux/fs/ksmbd/
A Dsmb2pdu.c7260 if (!(flags & IFF_RUNNING)) in fsctl_query_iface_info_ioctl()

Completed in 79 milliseconds