Searched refs:user_recv (Results 1 – 1 of 1) sorted by relevance
1557 struct task_struct *user_recv = NULL; in tcp_recvmsg() local1688 if (!sysctl_tcp_low_latency && tp->ucopy.task == user_recv) { in tcp_recvmsg()1690 if (!user_recv && !(flags & (MSG_TRUNC | MSG_PEEK))) { in tcp_recvmsg()1691 user_recv = current; in tcp_recvmsg()1692 tp->ucopy.task = user_recv; in tcp_recvmsg()1740 if (user_recv) { in tcp_recvmsg()1834 if (user_recv) { in tcp_recvmsg()