Searched refs:cc_cubic (Results 1 – 4 of 4) sorted by relevance
32 char cc_cubic[16] = "cubic"; /* TCP_CA_NAME_MAX */ in test_sockopt_qos_to_cc() local51 err = setsockopt(sock_fd, SOL_TCP, TCP_CONGESTION, &cc_cubic, in test_sockopt_qos_to_cc()52 sizeof(cc_cubic)); in test_sockopt_qos_to_cc()
598 link = bpf_map__attach_struct_ops(cc_cubic_skel->maps.cc_cubic); in test_cc_cubic()
10 const char cc_cubic[TCP_CA_NAME_MAX] = "cubic"; variable28 if (bpf_strncmp(buf, sizeof(buf), cc_cubic)) in sockopt_qos_to_cc()
178 struct tcp_congestion_ops cc_cubic = { variable