Home
last modified time | relevance | path

Searched refs:IF_OPER_UP (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Doperstates.rst82 IF_OPER_UP (6):
143 IF_OPER_UP if userspace interaction is disabled. Otherwise
145 IF_OPER_UP transition afterwards.
154 IF_OPER_DORMANT instead of IF_OPER_UP when the combination
157 to IF_OPER_DORMANT or IF_OPER_UP as long as the driver does not set
169 - send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
180 waiting for operstate to go IF_OPER_UP/IF_OPER_UNKNOWN before
/OK3568_Linux_fs/kernel/net/core/
H A Dlink_watch.c47 return IF_OPER_UP; in default_operstate()
62 if (operstate == IF_OPER_UP) in rfc2863_policy()
67 if (operstate == IF_OPER_UP) in rfc2863_policy()
H A Drtnetlink.c830 case IF_OPER_UP: in set_operstate()
835 operstate = IF_OPER_UP; in set_operstate()
839 if (operstate == IF_OPER_UP || in set_operstate()
845 if (operstate == IF_OPER_UP || in set_operstate()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_device.c51 __hsr_set_operstate(master->dev, IF_OPER_UP); in hsr_set_operstate()
81 if (hsr_dev->operstate == IF_OPER_UP && old_operstate != IF_OPER_UP) { in hsr_check_announce()
88 if (hsr_dev->operstate != IF_OPER_UP && old_operstate == IF_OPER_UP) in hsr_check_announce()
/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.h171 IF_OPER_UP, 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.h171 IF_OPER_UP, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif.h174 IF_OPER_UP, enumerator
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c1210 dev->operstate = IF_OPER_UP; in vrf_dev_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4174 return (dev->operstate == IF_OPER_UP || in netif_oper_up()