Home
last modified time | relevance | path

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

/qemu/qga/
H A Dcommands-posix.c920 long long tx_packets; in guest_get_network_stats() local
938 &tx_bytes, &tx_packets, &tx_errs, &tx_dropped, in guest_get_network_stats()
947 stats->tx_packets = tx_packets; in guest_get_network_stats()
H A Dcommands-win32.c1614 stats->tx_packets = a_mid_ifrow.OutUcastPkts; in guest_get_network_stats()
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h500 uint64_t tx_packets; member
/qemu/linux-user/
H A Dfd-trans.c1088 st->tx_packets = tswap32(st->tx_packets); in host_to_target_data_link_rtattr()
1121 st64->tx_packets = tswap64(st64->tx_packets); in host_to_target_data_link_rtattr()