Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c184 struct bpf_cubic *cubic_skel; in test_cubic() local
187 cubic_skel = bpf_cubic__open_and_load(); in test_cubic()
188 if (CHECK(!cubic_skel, "bpf_cubic__open_and_load", "failed\n")) in test_cubic()
191 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
194 bpf_cubic__destroy(cubic_skel); in test_cubic()
201 bpf_cubic__destroy(cubic_skel); in test_cubic()