Searched refs:vsock_tx_loop (Results 1 – 2 of 2) sorted by relevance
81 let ret = crate::vsock::vsock_tx_loop(device_for_tx); in init_vsock()
546 pub(crate) fn vsock_tx_loop<H, T>(device: Arc<VsockDevice<H, T>>) -> Result<(), Error> in vsock_tx_loop() function