Searched refs:IFF_RUNNING (Results 1 – 17 of 17) sorted by relevance
/openbmc/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)
|
/openbmc/linux/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 | 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() 2000 if (ndev->flags & (IFF_UP | IFF_RUNNING)) { in remove_store()
|
H A D | ctcm_main.c | 1612 dev->flags &= ~IFF_RUNNING; in ctcm_shutdown_device()
|
/openbmc/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
|
/openbmc/linux/drivers/net/ |
H A D | loopback.c | 275 blackhole_netdev->flags |= IFF_UP | IFF_RUNNING; in blackhole_netdev_init()
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 87 .flags = IFF_RUNNING, in TEST_F()
|
/openbmc/slpd-lite/ |
H A D | slp_message_handler.cpp | 309 !(ifa->ifa_flags & IFF_RUNNING)) in getIntfAddrs()
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 710 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev() 1622 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify() 1629 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 1645 IFF_RUNNING = 0x40 1667 flags |= IFF_UP | IFF_RUNNING
|
/openbmc/linux/net/bluetooth/ |
H A D | 6lowpan.c | 566 dev->flags = IFF_RUNNING | IFF_MULTICAST; in netdev_setup()
|
/openbmc/phosphor-networkd/src/ |
H A D | ethernet_interface.cpp | 148 EthernetInterfaceIntf::linkUp(info.flags & IFF_RUNNING, skipSignal); in updateInfo()
|
/openbmc/linux/net/ipv4/ |
H A D | fib_frontend.c | 1499 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
|
H A D | fib_semantics.c | 2148 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
|
H A D | nexthop.c | 3582 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 1515 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_open() 1587 rtmsg_ifinfo(RTM_NEWLINK, dev, IFF_UP | IFF_RUNNING, GFP_KERNEL, 0, NULL); in dev_close_many() 8585 IFF_RUNNING | in dev_get_flags() 8593 flags |= IFF_RUNNING; in dev_get_flags()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 7749 if (!(flags & IFF_RUNNING)) in fsctl_query_iface_info_ioctl()
|