Home
last modified time | relevance | path

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

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