Home
last modified time | relevance | path

Searched refs:retrans (Results 1 – 3 of 3) sorted by relevance

/net/rxrpc/
Drtt.c173 unsigned long rxrpc_get_rto_backoff(struct rxrpc_peer *peer, bool retrans) in rxrpc_get_rto_backoff() argument
180 if (retrans && timo_j * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff()
/net/netfilter/
Dnf_conntrack_proto_tcp.c708 state->retrans++; in tcp_in_window()
715 state->retrans = 0; in tcp_in_window()
1279 if (ct->proto.tcp.retrans >= tn->tcp_max_retrans && in nf_conntrack_tcp_packet()
/net/ipv4/
Dtcp.c379 static int retrans_to_secs(u8 retrans, int timeout, int rto_max) in retrans_to_secs() argument
383 if (retrans > 0) { in retrans_to_secs()
385 while (--retrans) { in retrans_to_secs()