Searched defs:virtio_net_hash_config (Results 1 – 3 of 3) sorted by relevance
340 struct virtio_net_hash_config { struct341 __le32 hash_types;343 __le16 reserved[4];344 __u8 hash_key_length;345 __u8 hash_key_data[/* hash_key_length */];
292 pub struct virtio_net_hash_config { struct293 pub hash_types: __le32,294 pub reserved: [__le16; 4usize],295 pub hash_key_length: u8,296 pub hash_key_data: __IncompleteArrayField<u8>,
469 pub struct virtio_net_hash_config { struct477 ["Size of virtio_net_hash_config"][::std::mem::size_of::<virtio_net_hash_config>() - 16usize]; argument