Searched refs:cubic_cc (Results 1 – 2 of 2) sorted by relevance
21 char cubic_cc[TCP_CA_NAME_MAX] = "bpf_cubic"; variable61 if (!tcp_cc_eq(cur_cc, cubic_cc)) in change_tcp_cc()
34 static const char cubic_cc[] = "cubic"; variable218 if (!bpf_strncmp(old_cc, sizeof(old_cc), cubic_cc)) { in bpf_test_tcp_sockopt()222 new_cc = cubic_cc; in bpf_test_tcp_sockopt()223 new_cc_len = sizeof(cubic_cc); in bpf_test_tcp_sockopt()