Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dnetdev_queues.h34 u64 hw_gro_wire_bytes; member
/linux-6.15/net/core/
H A Dnetdev-genl.c605 netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_GRO_WIRE_BYTES, rx->hw_gro_wire_bytes) || in netdev_nl_stats_write_rx()
/linux-6.15/drivers/net/
H A Dvirtio_net.c245 VIRTNET_STATS_DESC_RX_QSTAT(gso, gso_bytes_coalesced, hw_gro_wire_bytes),
5651 rx->hw_gro_wire_bytes = 0; in virtnet_get_base_stats()