Home
last modified time | relevance | path

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

/net/8021q/
A Dvlanproc.c233 static const char fmt64[] = "%30s %12llu\n"; in vlandev_seq_show() local
245 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show()
246 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show()
247 seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast); in vlandev_seq_show()
249 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show()
250 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()

Completed in 3 milliseconds