Searched refs:vhost_user_net (Results 1 – 4 of 4) sorted by relevance
38 let vhost_user_net = Master::from_stream(socket, 16 /* # of queues */); in new() localVariable56 vhost_user_net, in new()
259 pub vhost_user_net: Vec<VhostUserOption>, field335 vhost_user_net: Vec::new(), in default()
1461 if !cfg.vhost_user_net.is_empty() { in create_virtio_devices()1467 for net in &cfg.vhost_user_net { in create_virtio_devices()
1669 "vhost-user-net" => cfg.vhost_user_net.push(VhostUserOption { in set_argument()