Searched refs:cubic_cc (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_setsockopt.c21 char cubic_cc[TCP_CA_NAME_MAX] = "bpf_cubic"; variable
61 if (!tcp_cc_eq(cur_cc, cubic_cc))
H A Dsetget_sockopt.c37 static const char cubic_cc[] = "cubic"; variable
219 if (!bpf_strncmp(old_cc, sizeof(old_cc), cubic_cc)) {
223 new_cc = cubic_cc;
224 new_cc_len = sizeof(cubic_cc);

Completed in 90 milliseconds