Home
last modified time | relevance | path

Searched refs:VhostNetDeviceNew (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/src/
Dlinux.rs186 VhostNetDeviceNew(virtio::vhost::Error), enumerator
319 VhostNetDeviceNew(e) => write!(f, "failed to set up vhost networking: {}", e), in fmt()
820 .map_err(Error::VhostNetDeviceNew)?; in create_net_device()