Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/vhost/user/
Dnet.rs38 let vhost_user_net = Master::from_stream(socket, 16 /* # of queues */); in new() localVariable
56 vhost_user_net, in new()
/external/crosvm/src/
Dcrosvm.rs259 pub vhost_user_net: Vec<VhostUserOption>, field
335 vhost_user_net: Vec::new(), in default()
Dlinux.rs1461 if !cfg.vhost_user_net.is_empty() { in create_virtio_devices()
1467 for net in &cfg.vhost_user_net { in create_virtio_devices()
Dmain.rs1669 "vhost-user-net" => cfg.vhost_user_net.push(VhostUserOption { in set_argument()