Searched refs:tcp_rx (Results 1 – 4 of 4) sorted by relevance
93 sdev->ud.tcp_rx = kthread_get_run(stub_rx_loop, &sdev->ud, in store_sockfd()172 if (ud->tcp_rx) { in stub_shutdown_connection()173 kthread_stop_put(ud->tcp_rx); in stub_shutdown_connection()174 ud->tcp_rx = NULL; in stub_shutdown_connection()
780 if (vdev->ud.tcp_rx) { in vhci_shutdown_connection()781 kthread_stop_put(vdev->ud.tcp_rx); in vhci_shutdown_connection()782 vdev->ud.tcp_rx = NULL; in vhci_shutdown_connection()
233 vdev->ud.tcp_rx = kthread_get_run(vhci_rx_loop, &vdev->ud, "vhci_rx"); in store_attach()
266 struct task_struct *tcp_rx; member