Home
last modified time | relevance | path

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

/external/crosvm/vhost/src/
Dvsock.rs18 pub struct Vsock { struct
23 impl Vsock { argument
25 pub fn new(mem: &GuestMemory) -> Result<Vsock> { in new()
72 impl Vhost for Vsock { implementation
78 impl AsRawFd for Vsock { implementation
/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs24 pub struct Vsock { struct
27 vhost_handle: Option<VhostVsockHandle>, argument
34 impl Vsock { argument
36 pub fn new(cid: u64, mem: &GuestMemory) -> Result<Vsock> { in new()
58 pub fn new_for_testing(cid: u64, features: u64) -> Vsock { in new_for_testing()
75 impl Drop for Vsock { implementation
87 impl VirtioDevice for Vsock { implementation