Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dnet-sysfs.c258 static const char *const operstates[] = { variable
280 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show()
283 return sprintf(buf, "%s\n", operstates[operstate]); in operstate_show()