Searched defs:Vsock (Results 1 – 4 of 4) sorted by relevance
18 pub struct Vsock { struct23 impl Vsock { impl25 pub fn new(vhost_vsock_device_path: &PathBuf, mem: &GuestMemory) -> Result<Vsock> { in new()72 impl Vhost for Vsock { implementation78 impl AsRawDescriptor for Vsock { implementation
22 pub struct Vsock { struct25 vhost_handle: Option<VhostVsockHandle>, argument32 impl Vsock { impl39 ) -> Result<Vsock> { in new()67 pub fn new_for_testing(cid: u64, features: u64) -> Vsock { in new_for_testing()84 impl Drop for Vsock { implementation96 impl VirtioDevice for Vsock { implementation
24 pub struct Vsock<AS: GuestAddressSpace> { struct29 impl<AS: GuestAddressSpace> Vsock<AS> { argument50 impl<AS: GuestAddressSpace> VhostVsock for Vsock<AS> { implementation65 impl<AS: GuestAddressSpace> VhostKernBackend for Vsock<AS> { implementation73 impl<AS: GuestAddressSpace> AsRawFd for Vsock<AS> { implementation
120 Vsock = libc::AF_VSOCK, enumerator652 Vsock(VsockAddr), enumerator