Searched refs:control_socket (Results 1 – 4 of 4) sorted by relevance
14 mod control_socket; module20 pub use self::control_socket::*;
10 use super::control_socket::{VhostDevRequest, VhostDevResponse};
17 use super::control_socket::*;
106 control_socket: Mutex<UnixSeqpacket>, field192 control_socket: Mutex::new(client_socket), in try_new()346 let control_fd = self.control_socket.lock().as_raw_fd(); in keep_fds()367 let mut control_socket_lock = self.control_socket.lock(); in send_cmd()427 let control_socket_lock = self.control_socket.lock(); in request_and_cache_streams_info()717 fn recv_cmd_status(control_socket: &mut UnixSeqpacket) -> Result<()> { in recv_cmd_status()719 control_socket in recv_cmd_status()