Home
last modified time | relevance | path

Searched refs:TCP_CONGESTION (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtcp_cong_kern.c59 rv = bpf_setsockopt(skops, SOL_TCP, TCP_CONGESTION, in bpf_cong()
63 rv = bpf_setsockopt(skops, SOL_TCP, TCP_CONGESTION, in bpf_cong()
H A Dtcp_basertt_kern.c48 n = bpf_getsockopt(skops, SOL_TCP, TCP_CONGESTION, in bpf_basertt()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dconnect4_prog.c57 if (bpf_getsockopt(ctx, SOL_TCP, TCP_CONGESTION, &buf, sizeof(buf))) in verify_cc()
75 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &reno, sizeof(reno))) in set_cc()
80 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic))) in set_cc()
H A Dsockopt_sk.c52 if (ctx->level == SOL_TCP && ctx->optname == TCP_CONGESTION) { in _getsockopt()
131 if (ctx->level == SOL_TCP && ctx->optname == TCP_CONGESTION) { in _setsockopt()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_sk.c137 err = setsockopt(fd, SOL_TCP, TCP_CONGESTION, &buf, strlen("nv")); in getsetsockopt()
145 err = getsockopt(fd, SOL_TCP, TCP_CONGESTION, &buf, &optlen); in getsetsockopt()
H A Dbpf_tcp_ca.c40 err = setsockopt(fd, IPPROTO_TCP, TCP_CONGESTION, tcp_ca, strlen(tcp_ca)); in settcpca()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/
H A D0001-configure.ac-check-for-CPP-prog.patch7 | checking TCP_CONGESTION socket option... ../git/configure: line 14427: CPP: command not found
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtcp.h104 #define TCP_CONGESTION 13 /* Congestion control algorithm */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dtcp.h52 #define TCP_CONGESTION 13 /* Congestion control algorithm. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dtcp.h52 #define TCP_CONGESTION 13 /* Congestion control algorithm. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dtcp.h104 #define TCP_CONGESTION 13 /* Congestion control algorithm */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dtcp.h104 #define TCP_CONGESTION 13 /* Congestion control algorithm */ macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c3124 case TCP_CONGESTION: { in do_tcp_setsockopt()
3760 case TCP_CONGESTION: in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c4811 if (optname == TCP_CONGESTION) { in _bpf_setsockopt()
4919 case TCP_CONGESTION: in _bpf_getsockopt()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst321 [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]