Searched refs:new_from_unix_seqpacket (Results 1 – 6 of 6) sorted by relevance
70 let tube_send = Tube::new_from_unix_seqpacket(sock_send); in test_send_recv_new_from_seqpacket()71 let tube_recv = Tube::new_from_unix_seqpacket(sock_recv); in test_send_recv_new_from_seqpacket()
64 pub fn new_from_unix_seqpacket(sock: UnixSeqpacket) -> Tube { in new_from_unix_seqpacket() method
40 let socket = Tube::new_from_unix_seqpacket(s); in handle_request()
205 .push(Tube::new_from_unix_seqpacket(stream)), in run_gpu_device()
382 Ok(s) => return Ok(Tube::new_from_unix_seqpacket(s)), in run_wl_device()
1624 Some(Tube::new_from_unix_seqpacket( in run_vm()2602 let tube = Tube::new_from_unix_seqpacket(sock); in run_control()3017 Tube::new_from_unix_seqpacket(socket), in run_control()3816 let tube = Tube::new_from_unix_seqpacket(socket); in start_vhost_user_control_server()