Searched refs:IFF_RUNNING (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
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)
|
/linux-6.12.1/drivers/s390/net/ |
D | ctcm_sysfs.c | 58 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write() 64 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
|
D | netiucv.c | 1389 (ndev->flags & (IFF_UP | IFF_RUNNING))) { in user_write() 1446 if ((ndev->flags & IFF_RUNNING) && in buffer_write() 1461 if (!(ndev->flags & IFF_RUNNING)) in buffer_write() 1988 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_store()
|
D | ctcm_main.c | 1612 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
|
/linux-6.12.1/Documentation/networking/ |
D | operstates.rst | 42 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-6.12.1/drivers/net/ |
D | loopback.c | 272 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
|
/linux-6.12.1/tools/virtio/ |
D | vhost_net_test.c | 116 ifr.ifr_flags |= (IFF_UP | IFF_RUNNING); in vdev_create_socket()
|
/linux-6.12.1/net/mpls/ |
D | af_mpls.c | 710 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev() 1620 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify() 1627 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
|
/linux-6.12.1/net/bluetooth/ |
D | 6lowpan.c | 566 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
|
/linux-6.12.1/net/ipv4/ |
D | fib_frontend.c | 1499 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
|
D | fib_semantics.c | 2146 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
|
D | nexthop.c | 3844 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
|
/linux-6.12.1/net/core/ |
D | dev.c | 1516 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_open() 1588 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_close_many() 8788 IFF_RUNNING | in dev_get_flags() 8796 flags |= IFF_RUNNING; in dev_get_flags()
|
/linux-6.12.1/fs/smb/server/ |
D | smb2pdu.c | 7692 if (!(flags & IFF_RUNNING)) in fsctl_query_iface_info_ioctl()
|