Lines Matching defs:tcp_tx
50 struct task_struct *tcp_tx = NULL;93 tcp_tx = kthread_create(stub_tx_loop, &sdev->ud, "stub_tx");94 if (IS_ERR(tcp_tx)) {102 get_task_struct(tcp_tx);109 sdev->ud.tcp_tx = tcp_tx;114 wake_up_process(sdev->ud.tcp_tx);173 if (ud->tcp_tx) {174 kthread_stop_put(ud->tcp_tx);175 ud->tcp_tx = NULL;