Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dnet-sysfs.c33 static const char fmt_u64[] = "%llu\n"; variable
642 ret = sprintf(buf, fmt_u64, *(u64 *)(((u8 *)stats) + offset)); in netstat_show()
/kernel/linux/linux-6.6/net/core/
H A Dnet-sysfs.c35 static const char fmt_u64[] = "%llu\n"; variable
677 ret = sysfs_emit(buf, fmt_u64, *(u64 *)(((u8 *)stats) + offset)); in netstat_show()

Completed in 6 milliseconds