Searched refs:tbytes (Results 1 – 11 of 11) sorted by relevance
109 u64 tbytes, tpackets; in loopback_get_stats64() local115 tbytes = lb_stats->bytes; in loopback_get_stats64()118 bytes += tbytes; in loopback_get_stats64()
87 u64 tbytes, tpackets; in nlmon_get_stats64() local94 tbytes = nl_stats->bytes; in nlmon_get_stats64()99 bytes += tbytes; in nlmon_get_stats64()
64 u64 tbytes, tpackets; in dummy_get_stats64() local70 tbytes = dstats->tx_bytes; in dummy_get_stats64()73 stats->tx_bytes += tbytes; in dummy_get_stats64()
1060 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local1065 tbytes = stats->tx_bytes; in virtnet_stats()1077 tot->tx_bytes += tbytes; in virtnet_stats()
126 unsigned long tbytes; /* number of bytes transmitted fully */ member
2953 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
531 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
2127 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
476 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
4349 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
148 __u64 tbytes; /* total size in bytes */ member