Searched refs:child_egress2_link (Results 1 – 1 of 1) sorted by relevance
164 struct bpf_link *child_egress1_link = NULL, *child_egress2_link = NULL; in test_isolated() local223 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() local328 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()