Home
last modified time | relevance | path

Searched refs:rto_j (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/rxrpc/
H A 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()
H A Dproc.c247 jiffies_to_usecs(peer->rto_j)); in rxrpc_peer_seq_show()
H A Dcall_event.c169 max_age = ktime_sub_us(now, jiffies_to_usecs(call->peer->rto_j)); in rxrpc_resend()
H A Dar-internal.h311 u32 rto_j; /* Retransmission timeout in jiffies */ member
H A Dsendmsg.c269 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_queue_packet()
/kernel/linux/linux-6.6/net/rxrpc/
H A 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()
H A Dproc.c236 jiffies_to_usecs(peer->rto_j)); in rxrpc_peer_seq_show()
H A Dcall_event.c127 max_age = ktime_sub_us(now, jiffies_to_usecs(call->peer->rto_j)); in rxrpc_resend()
H A Doutput.c727 unsigned long resend_at = now + call->peer->rto_j; in rxrpc_transmit_one()
H A Dar-internal.h354 u32 rto_j; /* Retransmission timeout in jiffies */ member

Completed in 11 milliseconds