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