Searched refs:user_recv (Results 1 – 1 of 1) sorted by relevance
1415 struct task_struct *user_recv = NULL; in tcp_recvmsg() local1547 if (!sysctl_tcp_low_latency && tp->ucopy.task == user_recv) { in tcp_recvmsg()1549 if (!user_recv && !(flags & (MSG_TRUNC | MSG_PEEK))) { in tcp_recvmsg()1550 user_recv = current; in tcp_recvmsg()1551 tp->ucopy.task = user_recv; in tcp_recvmsg()1608 if (user_recv) { in tcp_recvmsg()1736 if (user_recv) { in tcp_recvmsg()