Searched defs:virtio_net_stats_tx_gso (Results 1 – 3 of 3) sorted by relevance
521 struct virtio_net_stats_tx_gso { struct522 struct virtio_net_stats_reply_hdr hdr;524 __le64 tx_gso_packets;525 __le64 tx_gso_bytes;526 __le64 tx_gso_segments;527 __le64 tx_gso_segments_bytes;528 __le64 tx_gso_packets_noseg;529 __le64 tx_gso_bytes_noseg;
405 pub struct virtio_net_stats_tx_gso { struct406 pub hdr: virtio_net_stats_reply_hdr,407 pub tx_gso_packets: __le64,408 pub tx_gso_bytes: __le64,409 pub tx_gso_segments: __le64,410 pub tx_gso_segments_bytes: __le64,411 pub tx_gso_packets_noseg: __le64,412 pub tx_gso_bytes_noseg: __le64,
784 pub struct virtio_net_stats_tx_gso { struct795 ["Size of virtio_net_stats_tx_gso"][::std::mem::size_of::<virtio_net_stats_tx_gso>() - 56usize]; argument