Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/
Doperstates.txt64 IF_OPER_UP (6):
123 IF_OPER_UP if userspace interaction is disabled. Otherwise
125 IF_OPER_UP transition afterwards.
133 IF_OPER_DORMANT instead of IF_OPER_UP when the combination
136 to IF_OPER_DORMANT or IF_OPER_UP as long as the driver does not set
148 -send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
159 waiting for operstate to go IF_OPER_UP/IF_OPER_UNKNOWN before
/Linux-v5.4/net/hsr/
Dhsr_device.c52 __hsr_set_operstate(master->dev, IF_OPER_UP); in hsr_set_operstate()
87 if (hsr_dev->operstate == IF_OPER_UP && old_operstate != IF_OPER_UP) { in hsr_check_announce()
94 if (hsr_dev->operstate != IF_OPER_UP && old_operstate == IF_OPER_UP) in hsr_check_announce()
/Linux-v5.4/net/core/
Dlink_watch.c44 return IF_OPER_UP; in default_operstate()
59 if (operstate == IF_OPER_UP) in rfc2863_policy()
Drtnetlink.c830 case IF_OPER_UP: in set_operstate()
834 operstate = IF_OPER_UP; in set_operstate()
838 if (operstate == IF_OPER_UP || in set_operstate()
/Linux-v5.4/include/uapi/linux/
Dif.h173 IF_OPER_UP, enumerator
/Linux-v5.4/drivers/net/
Dvrf.c867 dev->operstate = IF_OPER_UP; in vrf_dev_init()
/Linux-v5.4/include/linux/
Dnetdevice.h3827 return (dev->operstate == IF_OPER_UP || in netif_oper_up()