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

/linux-4.4.14/net/core/
H A Dnet-sysfs.c255 static const char *const operstates[] = { variable
277 if (operstate >= ARRAY_SIZE(operstates)) operstate_show()
280 return sprintf(buf, "%s\n", operstates[operstate]); operstate_show()

Completed in 103 milliseconds