Home
last modified time | relevance | path

Searched refs:rto_j (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/net/rxrpc/
Drtt.c127 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()
Dproc.c241 jiffies_to_usecs(peer->rto_j)); in rxrpc_peer_seq_show()
Dcall_event.c169 max_age = ktime_sub(now, jiffies_to_usecs(call->peer->rto_j)); in rxrpc_resend()
Dsendmsg.c269 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_queue_packet()
Dar-internal.h326 u32 rto_j; /* Retransmission timeout in jiffies */ member