Searched refs:parent_egress2_link (Results 1 – 1 of 1) sorted by relevance
163 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_isolated() local181 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() local294 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()