Searched defs:Vsock (Results 1 – 2 of 2) sorted by relevance
18 pub struct Vsock { struct23 impl Vsock { argument25 pub fn new(mem: &GuestMemory) -> Result<Vsock> { in new()72 impl Vhost for Vsock { implementation78 impl AsRawFd for Vsock { implementation
24 pub struct Vsock { struct27 vhost_handle: Option<VhostVsockHandle>, argument34 impl Vsock { argument36 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 { implementation87 impl VirtioDevice for Vsock { implementation