Searched refs:IFF_RUNNING (Results 1 – 14 of 14) sorted by relevance
| /linux/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)
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_sysfs.c | 57 if ((ndev->flags & IFF_RUNNING) && in ctcm_buffer_write() 63 if (!(ndev->flags & IFF_RUNNING)) in ctcm_buffer_write()
|
| H A D | ctcm_main.c | 1611 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
|
| /linux/Documentation/networking/ |
| H A 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/drivers/net/ |
| H A D | loopback.c | 287 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
|
| /linux/tools/virtio/ |
| H A D | vhost_net_test.c | 116 ifr.ifr_flags |= (IFF_UP | IFF_RUNNING); in vdev_create_socket()
|
| /linux/net/mpls/ |
| H A D | af_mpls.c | 743 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev() 1673 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify() 1680 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tun.c | 221 ifr.ifr_flags |= (IFF_UP | IFF_RUNNING); in tun_open()
|
| /linux/net/bluetooth/ |
| H A D | 6lowpan.c | 575 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
|
| /linux/net/ipv4/ |
| H A D | fib_frontend.c | 1529 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
|
| H A D | fib_semantics.c | 2091 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
|
| H A D | nexthop.c | 3950 if (!(netif_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
|
| /linux/net/core/ |
| H A D | dev.c | 1729 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in netif_open() 1803 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in netif_close_many() 9724 IFF_RUNNING | in netif_get_flags() 9732 flags |= IFF_RUNNING; in netif_get_flags()
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 7971 if (!(flags & IFF_RUNNING)) in fsctl_query_iface_info_ioctl()
|