Searched refs:TCP_WINDOW_CLAMP (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c100 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP,
129 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP,
H A Dbpf_tracing_net.h39 #define TCP_WINDOW_CLAMP 10 macro
H A Dsetget_sockopt.c60 { .opt = TCP_WINDOW_CLAMP, .new = 8123, .expected = 8123, .restore = 8124, },
/linux-master/tools/include/uapi/linux/
H A Dtcp.h101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
/linux-master/include/uapi/linux/
H A Dtcp.h101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
/linux-master/net/mptcp/
H A Dsockopt.c561 case TCP_WINDOW_CLAMP:
/linux-master/net/ipv4/
H A Dtcp.c3617 case TCP_WINDOW_CLAMP:
4059 case TCP_WINDOW_CLAMP:
/linux-master/net/core/
H A Dfilter.c5313 case TCP_WINDOW_CLAMP:

Completed in 194 milliseconds