rto_j             321 net/rxrpc/ar-internal.h 	u32			rto_j;		/* Retransmission timeout in jiffies */
rto_j             160 net/rxrpc/call_event.c 	unsigned long resend_at, rto_j;
rto_j             168 net/rxrpc/call_event.c 	rto_j = call->peer->rto_j;
rto_j             171 net/rxrpc/call_event.c 	max_age = ktime_sub(now, jiffies_to_usecs(rto_j));
rto_j             216 net/rxrpc/call_event.c 	resend_at += jiffies + rto_j;
rto_j             247 net/rxrpc/proc.c 		   jiffies_to_usecs(peer->rto_j));
rto_j             128 net/rxrpc/rtt.c 	peer->rto_j = rxrpc_bound_rto(rto);
rto_j             166 net/rxrpc/rtt.c 			   peer->srtt_us >> 3, peer->rto_j);
rto_j             178 net/rxrpc/rtt.c 	timo_j = peer->rto_j;
rto_j             191 net/rxrpc/rtt.c 	peer->rto_j	= RXRPC_TIMEOUT_INIT;
rto_j             274 net/rxrpc/sendmsg.c 		unsigned long resend_at = now + call->peer->rto_j;