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

/linux-master/include/uapi/linux/
H A Dtcp.h101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
/linux-master/net/core/
H A Dfilter.c5339 case TCP_WINDOW_CLAMP:
/linux-master/net/ipv4/
H A Dtcp.c3638 case TCP_WINDOW_CLAMP:
4080 case TCP_WINDOW_CLAMP:
/linux-master/net/mptcp/
H A Dsockopt.c559 case TCP_WINDOW_CLAMP:
/linux-master/tools/include/uapi/linux/
H A Dtcp.h101 #define TCP_WINDOW_CLAMP 10 /* Bound advertised window */ macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h43 #define TCP_WINDOW_CLAMP 10 macro
H A Dsetget_sockopt.c60 { .opt = TCP_WINDOW_CLAMP, .new = 8123, .expected = 8123, .restore = 8124, },
H A Dtest_tcpbpf_kern.c89 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP,
118 rv = bpf_setsockopt(skops, SOL_TCP, TCP_WINDOW_CLAMP,

Completed in 346 milliseconds