Lines Matching refs:last_recv
565 conn->last_recv = jiffies;
1220 conn->last_recv = jiffies;
2067 time_before_eq(conn->last_recv + (conn->recv_timeout * HZ) +
2245 unsigned long recv_timeout, next_timeout = 0, last_recv;
2256 last_recv = conn->last_recv;
2263 last_recv, conn->last_ping, jiffies);
2269 if (time_before_eq(last_recv + recv_timeout, jiffies)) {
2277 next_timeout = last_recv + recv_timeout;
3322 conn->last_recv = jiffies;