Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c587 struct bpf_cc_cubic *cc_cubic_skel; in test_cc_cubic() local
590 cc_cubic_skel = bpf_cc_cubic__open_and_load(); in test_cc_cubic()
591 if (!ASSERT_OK_PTR(cc_cubic_skel, "bpf_cc_cubic__open_and_load")) in test_cc_cubic()
594 link = bpf_map__attach_struct_ops(cc_cubic_skel->maps.cc_cubic); in test_cc_cubic()
596 bpf_cc_cubic__destroy(cc_cubic_skel); in test_cc_cubic()
603 bpf_cc_cubic__destroy(cc_cubic_skel); in test_cc_cubic()