Searched refs:retrans (Results 1 – 6 of 6) sorted by relevance
185 ktime_t rxrpc_get_rto_backoff(struct rxrpc_call *call, bool retrans) in rxrpc_get_rto_backoff() argument192 if (retrans && timo_us * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff()
69 req->retrans = true; in rxrpc_retransmit_data()
979 bool retrans; /* T if this is a retransmission */ member1434 ktime_t rxrpc_get_rto_backoff(struct rxrpc_call *call, bool retrans);
577 if (req->retrans) { in rxrpc_prepare_data_packet()
708 state->retrans++; in tcp_in_window()715 state->retrans = 0; in tcp_in_window()1280 if (ct->proto.tcp.retrans >= tn->tcp_max_retrans && in nf_conntrack_tcp_packet()
386 static int retrans_to_secs(u8 retrans, int timeout, int rto_max) in retrans_to_secs() argument390 if (retrans > 0) { in retrans_to_secs()392 while (--retrans) { in retrans_to_secs()
Completed in 27 milliseconds