Searched refs:cubic (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp_release.c9 const char cubic[] = "cubic"; variable
15 (void *)cubic, sizeof(cubic));
H A Dconnect4_prog.c74 char cubic[TCP_CA_NAME_MAX] = "cubic"; local
81 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic)))
83 if (verify_cc(ctx, cubic))
H A Dbpf_cubic.c205 * Shift epoch_start to keep cwnd growth to cubic curve.
235 /* calculate the cubic root of x using a table lookup followed by one
296 ca->tcp_cwnd = cwnd; /* syn with cubic */
311 /* cubic function - calc*/
343 /* cubic function - calc bictcp_cnt*/
351 * The initial growth of cubic function may be too conservative
541 struct tcp_congestion_ops cubic = { variable in typeref:struct:tcp_congestion_ops
/linux-master/tools/testing/selftests/net/netfilter/packetdrill/
H A Dcommon.sh17 sysctl -q net.ipv4.tcp_congestion_control=cubic
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt.c117 "set listen_fd to cubic"))
136 nr_reuse_listens, "set reuse_listen_fds to cubic"))
205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic);
H A Dbpf_tcp_ca.c93 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic);
175 .cc = "cubic",
185 strcpy(dctcp_skel->rodata->fallback, "cubic");
205 ASSERT_STREQ(dctcp_skel->bss->cc_res, "cubic", "cc_res");
215 ASSERT_STREQ(srv_cc, "cubic", "srv_fd cc");
481 if (test__start_subtest("cubic"))
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh21 echo " [-S|--stats] -t=<time>|--time=<time>] [-w] [cubic|dctcp]"
26 echo " -c or -cc TCP congestion control (cubic or dctcp)"
63 echo " cubic or dctcp specify which TCP CC to use"
190 cubic)
191 cc=cubic

Completed in 159 milliseconds