Searched defs:operstate (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/core/
H A Dlink_watch.c67 unsigned int operstate = default_operstate(dev); local
H A Dnet-sysfs.c327 unsigned char operstate; local
H A Drtnetlink.c860 unsigned char operstate = READ_ONCE(dev->operstate); local
4902 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN; local
[all...]
/linux-master/net/bridge/
H A Dbr_netlink.c458 u8 operstate = netif_running(dev) ? READ_ONCE(dev->operstate) : local
/linux-master/include/linux/
H A Dnetdevice.h2185 unsigned int operstate; member in struct:net_device
4249 unsigned int operstate = READ_ONCE(dev->operstate); local

Completed in 407 milliseconds