| /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 D | if.h | 88 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 D | if.h | 88 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 D | if.h | 91 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 D | if.h | 56 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 D | if.h | 56 IFF_RUNNING = 0x40, /* Resources allocated. */ enumerator 57 # define IFF_RUNNING IFF_RUNNING macro
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | ctcm_sysfs.c | 58 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write() 64 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
|
| H A D | netiucv.c | 1408 (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 D | ctcm_main.c | 1659 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | operstates.rst | 42 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 D | loopback.c | 271 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 707 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 D | 6lowpan.c | 595 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_frontend.c | 1487 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
|
| H A D | nexthop.c | 1957 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
|
| H A D | fib_semantics.c | 2154 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 1582 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()
|