Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dnet-sysfs.c32 static const char fmt_ulong[] = "%lu\n"; variable
404 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
1170 return sprintf(buf, fmt_ulong, trans_timeout); in tx_timeout_show()
/kernel/linux/linux-6.6/net/core/
H A Dnet-sysfs.c34 static const char fmt_ulong[] = "%lu\n"; variable
407 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
1240 return sysfs_emit(buf, fmt_ulong, trans_timeout); in tx_timeout_show()

Completed in 6 milliseconds