Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dnet-sysfs.c291 static const char *const operstates[] = { variable
313 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show()
316 return sprintf(buf, "%s\n", operstates[operstate]); in operstate_show()
/kernel/linux/linux-6.6/net/core/
H A Dnet-sysfs.c294 static const char *const operstates[] = { variable
316 if (operstate >= ARRAY_SIZE(operstates)) in operstate_show()
319 return sysfs_emit(buf, "%s\n", operstates[operstate]); in operstate_show()

Completed in 6 milliseconds