Searched refs:tcp_tx (Results 1 – 4 of 4) sorted by relevance
95 sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, in store_sockfd()176 if (ud->tcp_tx) { in stub_shutdown_connection()177 kthread_stop_put(ud->tcp_tx); in stub_shutdown_connection()178 ud->tcp_tx = NULL; in stub_shutdown_connection()
234 vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); in store_attach()
783 if (vdev->ud.tcp_tx) { in vhci_shutdown_connection()784 kthread_stop_put(vdev->ud.tcp_tx); in vhci_shutdown_connection()785 vdev->ud.tcp_tx = NULL; in vhci_shutdown_connection()
267 struct task_struct *tcp_tx; member