Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/networking/
Dindex.rst87 operstates
/Linux-v6.6/net/core/
Dnet-sysfs.c294 static const char *const operstates[] = { variable
316 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show()
319 return sysfs_emit(buf, "%s\n", operstates[operstate]); in operstate_show()