Lines Matching refs:last_recv
546 conn->last_recv = jiffies;
1148 conn->last_recv = jiffies;
1975 time_before_eq(conn->last_recv + (conn->recv_timeout * HZ) +
2144 unsigned long recv_timeout, next_timeout = 0, last_recv;
2155 last_recv = conn->last_recv;
2162 last_recv, conn->last_ping, jiffies);
2168 if (time_before_eq(last_recv + recv_timeout, jiffies)) {
2176 next_timeout = last_recv + recv_timeout;
3166 conn->last_recv = jiffies;