| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tcp_cong_kern.c | 59 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 D | tcp_basertt_kern.c | 48 n = bpf_getsockopt(skops, SOL_TCP, TCP_CONGESTION, in bpf_basertt()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | connect4_prog.c | 57 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 D | sockopt_sk.c | 52 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 D | sockopt_sk.c | 137 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 D | bpf_tcp_ca.c | 40 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 D | 0001-configure.ac-check-for-CPP-prog.patch | 7 | checking TCP_CONGESTION socket option... ../git/configure: line 14427: CPP: command not found
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | tcp.h | 104 #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 D | tcp.h | 52 #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 D | tcp.h | 52 #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 D | tcp.h | 104 #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 D | tcp.h | 104 #define TCP_CONGESTION 13 /* Congestion control algorithm */ macro
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp.c | 3124 case TCP_CONGESTION: { in do_tcp_setsockopt() 3760 case TCP_CONGESTION: in do_tcp_getsockopt()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 4811 if (optname == TCP_CONGESTION) { in _bpf_setsockopt() 4919 case TCP_CONGESTION: in _bpf_getsockopt()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ip-sysctl.rst | 321 [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]
|