Home
last modified time | relevance | path

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

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