Home
last modified time | relevance | path

Searched refs:TCP_WINDOW_CLAMP (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_tcpbpf_kern.c103 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP, in bpf_testcb()
132 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP, in bpf_testcb()
/tools/include/uapi/linux/
Dtcp.h101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro