Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dinet_connection_sock.rst19 u32 icsk_rto_max read_mostly …
/linux/include/net/
H A Dinet_connection_sock.h94 u32 icsk_rto_max; member
H A Dtcp.h875 return READ_ONCE(inet_csk(sk)->icsk_rto_max); in tcp_rto_max()
/linux/net/ipv4/
H A Dtcp.c439 icsk->icsk_rto_max = msecs_to_jiffies(rto_max_ms); in tcp_init_sock()
3947 WRITE_ONCE(inet_csk(sk)->icsk_rto_max, msecs_to_jiffies(val)); in do_tcp_setsockopt()