Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif.h88 IFF_RUNNING = 1<<6, /* __volatile__ */ enumerator
115 #define IFF_RUNNING IFF_RUNNING macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif.h88 IFF_RUNNING = 1<<6, /* __volatile__ */ enumerator
115 #define IFF_RUNNING IFF_RUNNING macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H 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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif.h56 IFF_RUNNING = 0x40, /* Resources allocated. */ enumerator
57 # define IFF_RUNNING IFF_RUNNING macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif.h56 IFF_RUNNING = 0x40, /* Resources allocated. */ enumerator
57 # define IFF_RUNNING IFF_RUNNING macro
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_sysfs.c58 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write()
64 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
H A Dnetiucv.c1408 (ndev->flags & (IFF_UP | IFF_RUNNING))) { in user_write()
1465 if ((ndev->flags & IFF_RUNNING) && in buffer_write()
1480 if (!(ndev->flags & IFF_RUNNING)) in buffer_write()
2019 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_store()
H A Dctcm_main.c1659 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Doperstates.rst42 ifinfomsg::if_flags & IFF_RUNNING:
171 - see how operstate and IFF_RUNNING is echoed via netlink multicast
179 A routing daemon or dhcp client just needs to care for IFF_RUNNING or
/OK3568_Linux_fs/kernel/drivers/net/
H A Dloopback.c271 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c707 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()
1637 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()
1644 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A D6lowpan.c595 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c1487 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
H A Dnexthop.c1957 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
H A Dfib_semantics.c2154 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c1582 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_open()
1654 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP|IFF_RUNNING, GFP_KERNEL); in dev_close_many()
8440 IFF_RUNNING | in dev_get_flags()
8448 flags |= IFF_RUNNING; in dev_get_flags()