Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_setsockopt.c21 const char cubic_cc[] = "bpf_cubic"; variable
48 if (bpf_strncmp(cur_cc, TCP_CA_NAME_MAX, cubic_cc)) in change_tcp_cc()
H A Dsetget_sockopt.c34 static const char cubic_cc[] = "cubic"; variable
232 if (!bpf_strncmp(old_cc, sizeof(old_cc), cubic_cc)) { in bpf_test_tcp_sockopt()
236 new_cc = cubic_cc; in bpf_test_tcp_sockopt()
237 new_cc_len = sizeof(cubic_cc); in bpf_test_tcp_sockopt()