Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/networking/
Doperstates.txt103 flag, netif_dormant_off() to clear it and netif_dormant() to query.
107 to netif_carrier_ok() and !netif_dormant().
119 netif_carrier_ok() && netif_dormant():
122 netif_carrier_ok() && !netif_dormant():
134 netif_carrier_ok() && !netif_dormant() is set by the
/Linux-v5.4/net/core/
Dlink_watch.c41 if (netif_dormant(dev)) in default_operstate()
77 if (!netif_carrier_ok(dev) || netif_dormant(dev)) in linkwatch_init_dev()
Dnet-sysfs.c252 return sprintf(buf, fmt_dec, !!netif_dormant(netdev)); in dormant_show()
Drtnetlink.c833 !netif_dormant(dev)) in set_operstate()
Ddev.c7836 if (netif_dormant(dev)) in dev_get_flags()
/Linux-v5.4/include/linux/
Dnetdevice.h3813 static inline bool netif_dormant(const struct net_device *dev) in netif_dormant() function