Searched refs:TCP_USER_TIMEOUT (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_user_timeout_user_timeout.pkt | 18 // We set TCP_USER_TIMEOUT to 3 seconds because really it is not worth 21 +2 setsockopt(4, SOL_TCP, TCP_USER_TIMEOUT, [3000], 4) = 0 30 // Our socket vanished because TCP_USER_TIMEOUT was really small
|
| H A D | tcp_user_timeout_user-timeout-probe.pkt | 17 +0 setsockopt(4, SOL_TCP, TCP_USER_TIMEOUT, [3000], 4) = 0
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_tracing_net.h | 50 #define TCP_USER_TIMEOUT 18 macro
|
| H A D | connect4_prog.c | 127 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
|
| H A D | setget_sockopt.c | 60 { .opt = TCP_USER_TIMEOUT, .new = 123400, .expected = 123400, },
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | tcp.h | 108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | tcp.h | 111 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */ macro
|
| /linux-6.15/net/mptcp/ |
| H A D | sockopt.c | 561 case TCP_USER_TIMEOUT: in mptcp_supported_sockopt()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 3811 case TCP_USER_TIMEOUT: in do_tcp_setsockopt() 4533 case TCP_USER_TIMEOUT: in do_tcp_getsockopt()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 5446 case TCP_USER_TIMEOUT: in sol_tcp_sockopt()
|