Searched refs:parent_egress1_link (Results 1 – 1 of 1) sorted by relevance
163 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_isolated() local177 parent_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_isolated()179 if (!ASSERT_OK_PTR(parent_egress1_link, "parent-egress1-cg-attach")) in test_isolated()261 bpf_link__destroy(parent_egress1_link); in test_isolated()276 struct bpf_link *parent_egress1_link = NULL, *parent_egress2_link = NULL; in test_shared() local290 parent_egress1_link = bpf_program__attach_cgroup(obj->progs.egress1, in test_shared()292 if (!ASSERT_OK_PTR(parent_egress1_link, "parent-egress1-cg-attach")) in test_shared()360 bpf_link__destroy(parent_egress1_link); in test_shared()