Home
last modified time | relevance | path

Searched defs:cc_cubic (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dsockopt_qos_to_cc.c10 const char cc_cubic[TCP_CA_NAME_MAX] = "cubic"; variable
Dbpf_cc_cubic.c178 struct tcp_congestion_ops cc_cubic = { variable
/linux-6.14.4/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