Home
last modified time | relevance | path

Searched refs:cc_cubic (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsockopt_qos_to_cc.c32 char cc_cubic[16] = "cubic"; /* TCP_CA_NAME_MAX */ in test_sockopt_qos_to_cc() local
51 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()
Dbpf_tcp_ca.c598 link = bpf_map__attach_struct_ops(cc_cubic_skel->maps.cc_cubic); in test_cc_cubic()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dsockopt_qos_to_cc.c10 const char cc_cubic[TCP_CA_NAME_MAX] = "cubic"; variable
28 if (bpf_strncmp(buf, sizeof(buf), cc_cubic)) in sockopt_qos_to_cc()
Dbpf_cc_cubic.c178 struct tcp_congestion_ops cc_cubic = { variable