Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dcg_storage_multi.c159 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_isolated() local
177 parent_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_isolated()
179 if (!ASSERT_OK_PTR(parent_egress2_link, "parent-egress2-cg-attach")) in test_isolated()
258 bpf_link__destroy(parent_egress2_link); in test_isolated()
272 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_shared() local
290 parent_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_shared()
292 if (!ASSERT_OK_PTR(parent_egress2_link, "parent-egress2-cg-attach")) in test_shared()
357 bpf_link__destroy(parent_egress2_link); in test_shared()

Completed in 4 milliseconds