Searched refs:tx_compressed (Results 1 – 5 of 5) sorted by relevance
37 __u32 tx_compressed; member70 __u64 tx_compressed; member
37 __u32 tx_compressed; member
295 (uint64_t)s->tx_compressed ? "compressed" : "", _SL_); in print_link_stats64()303 if (s->tx_compressed) in print_link_stats64()305 (uint64_t)s->tx_compressed); in print_link_stats64()342 s->tx_compressed ? "compressed" : "", _SL_); in print_link_stats()346 if (s->tx_compressed) in print_link_stats()347 fprintf(fp, " %-7u", s->tx_compressed); in print_link_stats()
306 link->l_stats[RTNL_LINK_TX_COMPRESSED] = st->tx_compressed; in link_msg_parser()1073 __ADD(RTNL_LINK_TX_COMPRESSED, tx_compressed)