Searched defs:Vsock (Results 1 – 6 of 6) sorted by relevance
18 pub struct Vsock { struct22 impl Vsock { impl24 pub fn new(vhost_vsock_file: File) -> Vsock { in new()65 impl Vhost for Vsock {} implementation67 impl AsRawDescriptor for Vsock { implementation
36 pub struct Vsock { struct38 vhost_handle: Option<VhostVsockHandle>, argument45 impl Vsock { argument47 pub fn new(base_features: u64, vsock_config: &VsockConfig) -> anyhow::Result<Vsock> { in new()81 pub fn new_for_testing(cid: u64, features: u64) -> Vsock { in new_for_testing()97 impl VirtioDevice for Vsock { implementation208 impl Suspendable for Vsock {} implementation
140 pub struct Vsock { struct147 impl Vsock { argument148 pub fn new(guest_cid: u64, host_guid: Option<String>, base_features: u64) -> Result<Vsock> { in new()164 impl VirtioDevice for Vsock { implementation233 impl Suspendable for Vsock {} implementation
25 Vsock(device::VsockOptions), enumerator
121 Vsock = virtio_ids::VIRTIO_ID_VSOCK, enumerator
249 Vsock = libc::AF_VSOCK, enumerator2023 Vsock(VsockAddr), enumerator