Searched refs:rto_j (Results 1 – 5 of 5) sorted by relevance
128 peer->rto_j = rxrpc_bound_rto(rto); in rxrpc_set_rto()166 peer->srtt_us >> 3, peer->rto_j); in rxrpc_peer_add_rtt()178 timo_j = peer->rto_j; in rxrpc_get_rto_backoff()191 peer->rto_j = RXRPC_TIMEOUT_INIT; in rxrpc_peer_init_rtt()
247 jiffies_to_usecs(peer->rto_j)); in rxrpc_peer_seq_show()
169 max_age = ktime_sub_us(now, jiffies_to_usecs(call->peer->rto_j)); in rxrpc_resend()
274 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_queue_packet()
321 u32 rto_j; /* Retransmission timeout in jiffies */ member