Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs189 VhostUserNetDeviceNew(VhostUserError), enumerator
324 VhostUserNetDeviceNew(e) => write!(f, "failed to set up vhost-user net device: {}", e), in fmt()
842 .map_err(Error::VhostUserNetDeviceNew)?; in create_vhost_user_net_device()