Home
last modified time | relevance | path

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

/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h56 struct virtio_vsock_hdr { struct
57 uint64_t src_cid;
58 uint64_t dst_cid;
59 uint32_t src_port;
60 uint32_t dst_port;
61 uint32_t len;
62 uint16_t type; /* enum virtio_vsock_type */
63 uint16_t op; /* enum virtio_vsock_op */
64 uint32_t flags;
65 uint32_t buf_alloc;
[all …]