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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp_release.c14 const char cubic[] = "cubic"; variable
19 (void *)cubic, sizeof(cubic));
H A Dconnect4_prog.c72 char cubic[TCP_CA_NAME_MAX] = "cubic"; local
79 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic)))
81 if (verify_cc(ctx, cubic))
H A Dbpf_cubic.c199 * Shift epoch_start to keep cwnd growth to cubic curve.
229 /* calculate the cubic root of x using a table lookup followed by one
291 ca->tcp_cwnd = cwnd; /* syn with cubic */
306 /* cubic function - calc*/
338 /* cubic function - calc bictcp_cnt*/
346 * The initial growth of cubic function may be too conservative
533 struct tcp_congestion_ops cubic = { variable in typeref:struct:tcp_congestion_ops
/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.c178 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic);
260 .cc = "cubic",
270 strcpy(dctcp_skel->rodata->fallback, "cubic");
290 ASSERT_STREQ(dctcp_skel->bss->cc_res, "cubic", "cc_res");
300 ASSERT_STREQ(srv_cc, "cubic", "srv_fd cc");
536 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 139 milliseconds