Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c160 struct bpf_link *child_egress1_link = NULL, *child_egress2_link = NULL; in test_isolated() local
219 child_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_isolated()
221 if (!ASSERT_OK_PTR(child_egress2_link, "child-egress2-cg-attach")) in test_isolated()
261 bpf_link__destroy(child_egress2_link); in test_isolated()
273 struct bpf_link *child_egress1_link = NULL, *child_egress2_link = NULL; in test_shared() local
324 child_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_shared()
326 if (!ASSERT_OK_PTR(child_egress2_link, "child-egress2-cg-attach")) in test_shared()
360 bpf_link__destroy(child_egress2_link); in test_shared()