Home
last modified time | relevance | path

Searched defs:virtio_net_stats_tx_gso (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvirtio_net.h521 struct virtio_net_stats_tx_gso { struct
522 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;
/external/crosvm/virtio_sys/src/
Dvirtio_net.rs405 pub struct virtio_net_stats_tx_gso { struct
406 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,
/external/rust/android-crates-io/crates/virtio-bindings/src/virtio_net/
Dgenerated.rs784 pub struct virtio_net_stats_tx_gso { struct
795 ["Size of virtio_net_stats_tx_gso"][::std::mem::size_of::<virtio_net_stats_tx_gso>() - 56usize]; argument