Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/
Dindex.rst82 operstates
/Linux-v5.10/net/core/
Dnet-sysfs.c271 static const char *const operstates[] = { variable
293 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show()
296 return sprintf(buf, "%s\n", operstates[operstate]); in operstate_show()