Home
last modified time | relevance | path

Searched defs:NetBackend (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/
Dnet.rs111 pub struct NetBackend<T: TapT + IntoAsync> { struct
127 impl<T: 'static> NetBackend<T> implementation
136 impl<T: 'static> AsRawDescriptors for NetBackend<T> implementation
145 impl<T: 'static> VhostUserDevice for NetBackend<T> implementation
244 impl<T> VhostUserDeviceBuilder for NetBackend<T> implementation
/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
Dwindows.rs62 impl<T: 'static> NetBackend<T> impl
258 impl<T> Drop for NetBackend<T> implementation
Dlinux.rs81 impl<T: 'static> NetBackend<T> implementation