Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dnet.rs107 pub struct NetBackend<T: TapT + IntoAsync> { struct
122 impl<T: 'static> NetBackend<T> argument
131 impl<T: 'static> AsRawDescriptors for NetBackend<T> implementation
140 impl<T: 'static> VhostUserDevice for NetBackend<T> implementation
222 impl<T> VhostUserDeviceBuilder for NetBackend<T> implementation
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
H A Dwindows.rs61 impl<T: 'static> NetBackend<T> implementation
251 impl<T> Drop for NetBackend<T> implementation
H A Dlinux.rs79 impl<T: 'static> NetBackend<T> implementation