Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/
H A Doperstates.rst84 IF_OPER_UP (6):
145 IF_OPER_UP if userspace interaction is disabled. Otherwise
147 IF_OPER_UP transition afterwards.
156 IF_OPER_DORMANT instead of IF_OPER_UP when the combination
159 to IF_OPER_DORMANT or IF_OPER_UP as long as the driver does not set
171 - send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
182 waiting for operstate to go IF_OPER_UP/IF_OPER_UNKNOWN before
/openbmc/linux/net/core/
H A Dlink_watch.c71 return IF_OPER_UP; in rfc2863_policy()
86 if (operstate == IF_OPER_UP) in rfc2863_policy()
91 if (operstate == IF_OPER_UP) in rfc2863_policy()
H A Drtnetlink.c893 case IF_OPER_UP: in set_operstate()
898 operstate = IF_OPER_UP; in set_operstate()
/openbmc/linux/include/uapi/linux/
H A Dif.h174 IF_OPER_UP, enumerator
/openbmc/linux/net/hsr/
H A Dhsr_device.c51 __hsr_set_operstate(master->dev, IF_OPER_UP); in hsr_set_operstate()
/openbmc/linux/drivers/net/
H A Dvrf.c1185 dev->operstate = IF_OPER_UP; in vrf_dev_init()
/openbmc/linux/include/linux/
H A Dnetdevice.h4290 return (dev->operstate == IF_OPER_UP || in netif_oper_up()