Home
last modified time | relevance | path

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

/net/8021q/
Dvlanproc.c247 static const char fmt64[] = "%30s %12llu\n"; in vlandev_seq_show() local
259 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show()
260 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show()
261 seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast); in vlandev_seq_show()
263 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
264 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()