Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/networking/
Doperstates.txt63 IF_OPER_UP (6):
117 IF_OPER_UP if userspace interaction is disabled. Otherwise
119 IF_OPER_UP transition afterwards.
127 IF_OPER_DORMANT instead of IF_OPER_UP when the combination
130 to IF_OPER_DORMANT or IF_OPER_UP as long as the driver does not set
142 -send RTM_SETLINK to set operstate to IF_OPER_UP if authentication
153 waiting for operstate to go IF_OPER_UP/IF_OPER_UNKNOWN before
/linux-2.6.39/net/core/
Dlink_watch.c49 return IF_OPER_UP; in default_operstate()
64 if (operstate == IF_OPER_UP) in rfc2863_policy()
Drtnetlink.c628 case IF_OPER_UP: in set_operstate()
632 operstate = IF_OPER_UP; in set_operstate()
636 if (operstate == IF_OPER_UP || in set_operstate()
/linux-2.6.39/include/linux/
Dif.h115 IF_OPER_UP, enumerator
Dnetdevice.h2213 return (dev->operstate == IF_OPER_UP || in netif_oper_up()
/linux-2.6.39/drivers/net/wireless/wl12xx/
Dmain.c381 if ((dev->operstate == IF_OPER_UP) && in wl1271_dev_notify()