Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c206 struct bpf_dctcp *dctcp_skel; in test_dctcp() local
209 dctcp_skel = bpf_dctcp__open_and_load(); in test_dctcp()
210 if (CHECK(!dctcp_skel, "bpf_dctcp__open_and_load", "failed\n")) in test_dctcp()
213 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
216 bpf_dctcp__destroy(dctcp_skel); in test_dctcp()
220 do_test("bpf_dctcp", dctcp_skel->maps.sk_stg_map); in test_dctcp()
221 CHECK(dctcp_skel->bss->stg_result != expected_stg, in test_dctcp()
223 dctcp_skel->bss->stg_result, expected_stg); in test_dctcp()
226 bpf_dctcp__destroy(dctcp_skel); in test_dctcp()