Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dinet_connection_sock.h251 inet_csk_rto_backoff(const struct inet_connection_sock *icsk, in inet_csk_rto_backoff() function
/linux-4.1.27/net/ipv4/
Dtcp_timer.c313 const int alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer()
Dtcp_ipv4.c465 icsk->icsk_rto = inet_csk_rto_backoff(icsk, TCP_RTO_MAX); in tcp_v4_err()
Dtcp_output.c3495 inet_csk_rto_backoff(icsk, probe_max), in tcp_send_probe0()
Dtcp_input.c3241 unsigned long when = inet_csk_rto_backoff(icsk, TCP_RTO_MAX); in tcp_ack_probe()