Searched refs:TCP_BPF_RTO_MIN (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | setget_sockopt.c | 65 { .opt = TCP_BPF_RTO_MIN, .new = 30000, .expected = 30000, },
|
| H A D | test_tcp_hdr_options.c | 410 return bpf_setsockopt(skops, SOL_TCP, TCP_BPF_RTO_MIN, &min_rto_us, in set_rto_min()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 7097 TCP_BPF_RTO_MIN = 1004, /* Min delay ack in usecs */ enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 7097 TCP_BPF_RTO_MIN = 1004, /* Min delay ack in usecs */ enumerator
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 5307 case TCP_BPF_RTO_MIN: { in bpf_sol_tcp_getsockopt() 5358 case TCP_BPF_RTO_MIN: in bpf_sol_tcp_setsockopt()
|
| /linux-6.15/Documentation/networking/ |
| H A D | ip-sysctl.rst | 1232 setting, followed by the TCP_BPF_RTO_MIN and TCP_RTO_MIN_US socket
|