Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/
H A Dindex.rst96 operstates
/linux-6.15/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()