Lines Matching full:vsock
20 pub use self::device::Vsock;
25 /// Max vsock packet data/buffer size.
30 /// Vsock packet operation IDs.
48 /// Vsock packet flags.
56 /// Vsock packet type.
68 /// The vsock data/buffer virtio descriptor length is smaller than expected.
70 /// The vsock data/buffer virtio descriptor is expected, but missing.
76 /// The vsock header descriptor length is too small.
78 /// The vsock header descriptor is expected, but missing.
80 /// The vsock header `len` field holds an invalid value.
95 /// The vsock data/buffer virtio descriptor length is smaller than expected.
97 /// The vsock data/buffer virtio descriptor is expected, but missing.
103 /// The vsock header descriptor length is too small.
105 /// The vsock header `len` field holds an invalid value.
134 /// Trait to describe any channel that handles vsock packet traffic (sending and receiving packets)
156 /// The vsock backend, which is basically an epoll-event-driven vsock channel
160 /// translates guest-side vsock connections to host-side Unix domain socket connections.
264 pub device: Vsock<TestBackend>,
275 device: Vsock::new( in new()
276 String::from("vsock"), in new()