Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/networking/
Doperstates.txt102 flag, netif_dormant_off() to clear it and netif_dormant() to query.
105 netif_carrier_ok() and !netif_dormant().
117 netif_carrier_ok() && netif_dormant():
120 netif_carrier_ok() && !netif_dormant():
132 netif_carrier_ok() && !netif_dormant() is set by the
/linux-4.4.14/net/core/
Dlink_watch.c46 if (netif_dormant(dev)) in default_operstate()
82 if (!netif_carrier_ok(dev) || netif_dormant(dev)) in linkwatch_init_dev()
Dnet-sysfs.c249 return sprintf(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
Drtnetlink.c739 !netif_dormant(dev)) in set_operstate()
Ddev.c5892 if (netif_dormant(dev)) in dev_get_flags()
/linux-4.4.14/include/linux/
Dnetdevice.h3168 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function