Home
last modified time | relevance | path

Searched refs:cubic (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dbpf_dctcp_release.c14 const char cubic[] = "cubic"; variable
19 (void *)cubic, sizeof(cubic)); in BPF_STRUCT_OPS()
Dconnect4_prog.c72 char cubic[TCP_CA_NAME_MAX] = "cubic"; in set_cc() local
79 if (bpf_setsockopt(ctx, SOL_TCP, TCP_CONGESTION, &cubic, sizeof(cubic))) in set_cc()
81 if (verify_cc(ctx, cubic)) in set_cc()
Dbpf_cubic.c533 struct tcp_congestion_ops cubic = { variable
/tools/bpf/bpftool/Documentation/
Dbpftool-struct_ops.rst80 105: cubic tcp_congestion_ops
86 Unregistered tcp_congestion_ops cubic id 105
92 Registered tcp_congestion_ops cubic id 110
/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter_setsockopt.c205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in serial_test_bpf_iter_setsockopt()
Dbpf_tcp_ca.c180 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()