Home
last modified time | relevance | path

Searched refs:child_egress1_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
219 child_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_isolated()
221 if (!ASSERT_OK_PTR(child_egress1_link, "child-egress1-cg-attach")) in test_isolated()
264 bpf_link__destroy(child_egress1_link); in test_isolated()
277 struct bpf_link *child_egress1_link = NULL, *child_egress2_link = NULL; in test_shared() local
324 child_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_shared()
326 if (!ASSERT_OK_PTR(child_egress1_link, "child-egress1-cg-attach")) in test_shared()
363 bpf_link__destroy(child_egress1_link); in test_shared()