Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c163 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_isolated() local
181 parent_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_isolated()
183 if (!ASSERT_OK_PTR(parent_egress2_link, "parent-egress2-cg-attach")) in test_isolated()
262 bpf_link__destroy(parent_egress2_link); in test_isolated()
276 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_shared() local
294 parent_egress2_link = bpf_program__attach_cgroup(obj->progs.egress2, in test_shared()
296 if (!ASSERT_OK_PTR(parent_egress2_link, "parent-egress2-cg-attach")) in test_shared()
361 bpf_link__destroy(parent_egress2_link); in test_shared()