Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
Doperstates.txt63 IF_OPER_UP (6):
121 IF_OPER_UP if userspace interaction is disabled. Otherwise
123 IF_OPER_UP transition afterwards.
131 IF_OPER_DORMANT instead of IF_OPER_UP when the combination
134 to IF_OPER_DORMANT or IF_OPER_UP as long as the driver does not set
146 -send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
157 waiting for operstate to go IF_OPER_UP/IF_OPER_UNKNOWN before
/Linux-v4.19/net/hsr/
Dhsr_device.c57 __hsr_set_operstate(master->dev, IF_OPER_UP); in hsr_set_operstate()
93 if ((hsr_dev->operstate == IF_OPER_UP) in hsr_check_announce()
94 && (old_operstate != IF_OPER_UP)) { in hsr_check_announce()
102 if ((hsr_dev->operstate != IF_OPER_UP) && (old_operstate == IF_OPER_UP)) in hsr_check_announce()
/Linux-v4.19/net/core/
Dlink_watch.c49 return IF_OPER_UP; in default_operstate()
64 if (operstate == IF_OPER_UP) in rfc2863_policy()
Drtnetlink.c825 case IF_OPER_UP: in set_operstate()
829 operstate = IF_OPER_UP; in set_operstate()
833 if (operstate == IF_OPER_UP || in set_operstate()
/Linux-v4.19/include/uapi/linux/
Dif.h173 IF_OPER_UP, enumerator
/Linux-v4.19/drivers/net/
Dvrf.c860 dev->operstate = IF_OPER_UP; in vrf_dev_init()
/Linux-v4.19/include/linux/
Dnetdevice.h3722 return (dev->operstate == IF_OPER_UP || in netif_oper_up()