Searched refs:TCP_RTO_MIN (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 142 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro 1354 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base() 1361 u8 backoff = min_t(u8, ilog2(TCP_RTO_MAX / TCP_RTO_MIN) + 1, in tcp_probe0_when() 1648 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 144 #define TCP_RTO_MIN ((unsigned)(HZ/5)) macro 1333 return max_t(unsigned long, inet_csk(sk)->icsk_rto, TCP_RTO_MIN); in tcp_probe0_base() 1566 TCP_ADD_STATS(net, TCP_MIB_RTOMIN, TCP_RTO_MIN*1000/HZ); in tcp_mib_init()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_timer.c | 202 * Using TCP_RTO_MIN and the number of unsuccessful retransmits. 207 * retransmissions with an initial RTO of TCP_RTO_MIN. 220 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
|
H A D | tcp.c | 427 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock() 2856 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_timer.c | 204 * Using TCP_RTO_MIN and the number of unsuccessful retransmits. 209 * retransmissions with an initial RTO of TCP_RTO_MIN. 222 unsigned int rto_base = TCP_RTO_MIN; in retransmits_timed_out()
|
H A D | tcp.c | 424 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_init_sock() 3034 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_disconnect()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 486 ilog2(TCP_RTO_MAX / TCP_RTO_MIN)); in mptcp_set_datafin_timeout() 488 mptcp_sk(sk)->timer_ival = TCP_RTO_MIN << retransmits; in mptcp_set_datafin_timeout() 493 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in __mptcp_set_timeout() 2768 msk->timer_ival = TCP_RTO_MIN; in __mptcp_init_sock()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 1381 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_nip_init_sock() 2195 icsk->icsk_rto_min = TCP_RTO_MIN; in tcp_nip_disconnect()
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 390 mptcp_sk(sk)->timer_ival = tout > 0 ? tout : TCP_RTO_MIN; in mptcp_set_timeout() 683 tout = TCP_RTO_MIN; in mptcp_reset_timer()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 4965 if (timeout > TCP_RTO_MIN || in _bpf_setsockopt()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 5208 if (timeout > TCP_RTO_MIN || in bpf_sol_tcp_setsockopt()
|
Completed in 60 milliseconds