Home
last modified time | relevance | path

Searched refs:operstates (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst113 * operstates
/linux/net/core/
H A Dnet-sysfs.c432 static const char *const operstates[] = { variable
452 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show()
455 return sysfs_emit(buf, "%s\n", operstates[operstate]); in operstate_show()