Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c164 struct bpf_link *child_egress1_link = NULL, *child_egress2_link = NULL; in test_isolated() local
223 child_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_isolated()
225 if (!ASSERT_OK_PTR(child_egress2_link, "child-egress2-cg-attach")) in test_isolated()
265 bpf_link__destroy(child_egress2_link); in test_isolated()
277 struct bpf_link *child_egress1_link = NULL, *child_egress2_link = NULL; in test_shared() local
328 child_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_shared()
330 if (!ASSERT_OK_PTR(child_egress2_link, "child-egress2-cg-attach")) in test_shared()
364 bpf_link__destroy(child_egress2_link); in test_shared()