Searched refs:user_recv (Results 1 – 1 of 1) sorted by relevance
1585 struct task_struct *user_recv = NULL; in tcp_recvmsg() local1718 if (!sysctl_tcp_low_latency && tp->ucopy.task == user_recv) { in tcp_recvmsg()1720 if (!user_recv && !(flags & (MSG_TRUNC | MSG_PEEK))) { in tcp_recvmsg()1721 user_recv = current; in tcp_recvmsg()1722 tp->ucopy.task = user_recv; in tcp_recvmsg()1771 if (user_recv) { in tcp_recvmsg()1867 if (user_recv) { in tcp_recvmsg()