Home
last modified time | relevance | path

Searched refs:TCP_RTO_MAX_MS (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h56 #define TCP_RTO_MAX_MS 44 macro
H A Dsetget_sockopt.c66 { .opt = TCP_RTO_MAX_MS, .new = 2000, .expected = 2000, },
/linux-6.15/include/uapi/linux/
H A Dtcp.h142 #define TCP_RTO_MAX_MS 44 /* max rto time in ms */ macro
/linux-6.15/net/ipv4/
H A Dtcp.c3831 case TCP_RTO_MAX_MS: in do_tcp_setsockopt()
4688 case TCP_RTO_MAX_MS: in do_tcp_getsockopt()
/linux-6.15/Documentation/networking/
H A Dip-sysctl.rst1244 Note that TCP_RTO_MAX_MS socket option has higher precedence.
/linux-6.15/net/core/
H A Dfilter.c5449 case TCP_RTO_MAX_MS: in sol_tcp_sockopt()