Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/networking/
Doperstates.txt98 flag, netif_dormant_off() to clear it and netif_dormant() to query.
101 netif_carrier_ok() and !netif_dormant().
113 netif_carrier_ok() && netif_dormant():
116 netif_carrier_ok() && !netif_dormant():
128 netif_carrier_ok() && !netif_dormant() is set by the
/linux-3.4.99/net/core/
Dlink_watch.c46 if (netif_dormant(dev)) in default_operstate()
Dnet-sysfs.c184 return sprintf(buf, fmt_dec, !!netif_dormant(netdev)); in show_dormant()
Drtnetlink.c655 !netif_dormant(dev)) in set_operstate()
Ddev.c4628 if (netif_dormant(dev)) in dev_get_flags()
/linux-3.4.99/include/linux/
Dnetdevice.h2266 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function