Home
last modified time | relevance | path

Searched refs:IF_OPER_DOWN (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Doperstates.rst67 IF_OPER_DOWN (2):
72 Interfaces stacked on an interface that is IF_OPER_DOWN show this
135 IF_OPER_LOWERLAYERDOWN if the interface is stacked, IF_OPER_DOWN
/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.h167 IF_OPER_DOWN, enumerator
/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.h167 IF_OPER_DOWN, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif.h170 IF_OPER_DOWN, enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dlink_watch.c42 IF_OPER_LOWERLAYERDOWN : IF_OPER_DOWN); in default_operstate()
H A Dnet-sysfs.c310 operstate = IF_OPER_DOWN; in operstate_show()
H A Drtnetlink.c1730 netif_running(dev) ? dev->operstate : IF_OPER_DOWN) || in rtnl_fill_ifinfo()
4611 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in ndo_dflt_bridge_getlink()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_device.c46 __hsr_set_operstate(master->dev, IF_OPER_DOWN); in hsr_set_operstate()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netlink.c383 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; in br_fill_ifinfo()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c5912 netif_running(dev) ? dev->operstate : IF_OPER_DOWN)) in inet6_fill_ifinfo()