Home
last modified time | relevance | path

Searched refs:icsk_rto_max (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dinet_connection_sock.h94 u32 icsk_rto_max; member
H A Dtcp.h871 return READ_ONCE(inet_csk(sk)->icsk_rto_max); in tcp_rto_max()
/linux/net/mptcp/
H A Dprotocol.c586 u32 rto_max = READ_ONCE(icsk->icsk_rto_max); in mptcp_set_datafin_timeout()
3189 icsk->icsk_rto_max = in __mptcp_init_sock()
/linux/net/ipv4/
H A Dtcp.c435 icsk->icsk_rto_max = msecs_to_jiffies(rto_max_ms); in tcp_init_sock()
3941 WRITE_ONCE(inet_csk(sk)->icsk_rto_max, msecs_to_jiffies(val)); in do_tcp_setsockopt()