Searched refs:tcp_thread (Results 1 – 1 of 1) sorted by relevance
86 static void *tcp_thread(void *);424 if ((terr = thr_create(0, 0, tcp_thread, NULL, 0, NULL)) != 0) { in start_tcp_thr()457 tcp_thread(void *arg __unused) in tcp_thread() function