Lines Matching refs:peer
48 if (call->peer->srtt_us != 0)
49 ack_at = usecs_to_jiffies(call->peer->srtt_us >> 3);
127 max_age = ktime_sub_us(now, jiffies_to_usecs(call->peer->rto_j));
183 /* Fast-forward through the Tx queue to the point the peer says it has
221 resend_at += jiffies + rxrpc_get_rto_backoff(call->peer,
236 if (ktime_to_us(ack_ts) < (call->peer->srtt_us >> 3))
363 if (call->peer->rtt_count < 3 ||
364 ktime_before(ktime_add_ms(call->peer->rtt_last_req, 1000),
500 if (call->peer->rtt_count < 3)
503 else if (ktime_before(ktime_add_ms(call->peer->rtt_last_req, 1000),