Searched defs:operstate (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bridge/ | ||
| H A D | br_netlink.c | 458 u8 operstate = netif_running(dev) ? READ_ONCE(dev->operstate) : br_fill_ifinfo() local |
| /linux/net/core/ | ||
| H A D | net-sysfs.c | 446 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show() local |
| H A D | rtnetlink.c | 1069 unsigned char operstate = READ_ONCE(dev->operstate); set_operstate() local |
| /linux/include/linux/ | ||
| H A D | netdevice.h | 2279 unsigned int operstate; global() member |