Searched refs:TCP_BPF_RTO_MIN (Results 1 – 5 of 5) sorted by relevance
| /linux/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 | 407 return bpf_setsockopt(skops, SOL_TCP, TCP_BPF_RTO_MIN, &min_rto_us, in set_rto_min()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 7314 TCP_BPF_RTO_MIN = 1004, /* Min delay ack in usecs */ enumerator
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 7314 TCP_BPF_RTO_MIN = 1004, /* Min delay ack in usecs */ enumerator
|
| /linux/net/core/ |
| H A D | filter.c | 5530 case TCP_BPF_RTO_MIN: { in bpf_sol_tcp_getsockopt() 5581 case TCP_BPF_RTO_MIN: in bpf_sol_tcp_setsockopt()
|