Searched refs:TCP_WINDOW_CLAMP (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tcpbpf_kern.c | 89 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP, in bpf_testcb() 118 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP, in bpf_testcb()
|
| A D | bpf_tracing_net.h | 47 #define TCP_WINDOW_CLAMP 10 macro
|
| A D | setget_sockopt.c | 57 { .opt = TCP_WINDOW_CLAMP, .new = 8123, .expected = 8123, .restore = 8124, },
|
| /tools/include/uapi/linux/ |
| A D | tcp.h | 101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
|
Completed in 9 milliseconds