Searched refs:TCP_USER_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/net/packetdrill/ |
| 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
|
| A D | tcp_user_timeout_user-timeout-probe.pkt | 17 +0 setsockopt(4, SOL_TCP, TCP_USER_TIMEOUT, [3000], 4) = 0
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_tracing_net.h | 50 #define TCP_USER_TIMEOUT 18 macro
|
| A D | connect4_prog.c | 127 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
|
| A D | setget_sockopt.c | 60 { .opt = TCP_USER_TIMEOUT, .new = 123400, .expected = 123400, },
|
| /tools/include/uapi/linux/ |
| A D | tcp.h | 108 #define TCP_USER_TIMEOUT 18 /* How long for loss retry before timeout */ macro
|
Completed in 10 milliseconds