Searched refs:dctcp_skel (Results 1 – 2 of 2) sorted by relevance
154 struct bpf_dctcp *dctcp_skel; in test_dctcp() local157 dctcp_skel = bpf_dctcp__open_and_load(); in test_dctcp()163 bpf_dctcp__destroy(dctcp_skel); in test_dctcp()181 bpf_dctcp__destroy(dctcp_skel); in test_dctcp()197 struct bpf_dctcp *dctcp_skel; in test_dctcp_autoattach_map() local200 dctcp_skel = bpf_dctcp__open_and_load(); in test_dctcp_autoattach_map()211 link = dctcp_skel->links.dctcp; in test_dctcp_autoattach_map()218 bpf_dctcp__destroy(dctcp_skel); in test_dctcp_autoattach_map()266 struct bpf_dctcp *dctcp_skel; in test_dctcp_fallback() local285 dctcp_skel = bpf_dctcp__open(); in test_dctcp_fallback()[all …]
186 struct bpf_dctcp *dctcp_skel = NULL; in serial_test_bpf_iter_setsockopt() local210 dctcp_skel = bpf_dctcp__open_and_load(); in serial_test_bpf_iter_setsockopt()211 if (!ASSERT_OK_PTR(dctcp_skel, "dctcp_skel")) in serial_test_bpf_iter_setsockopt()213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in serial_test_bpf_iter_setsockopt()224 bpf_dctcp__destroy(dctcp_skel); in serial_test_bpf_iter_setsockopt()
Completed in 7 milliseconds