Searched refs:parent_ingress_link (Results 1 – 1 of 1) sorted by relevance
161 struct bpf_link *parent_ingress_link = NULL, *child_ingress_link = NULL; in test_isolated() local181 parent_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_isolated()183 if (!ASSERT_OK_PTR(parent_ingress_link, "parent-ingress-cg-attach")) in test_isolated()259 bpf_link__destroy(parent_ingress_link); in test_isolated()274 struct bpf_link *parent_ingress_link = NULL, *child_ingress_link = NULL; in test_shared() local294 parent_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_shared()296 if (!ASSERT_OK_PTR(parent_ingress_link, "parent-ingress-cg-attach")) in test_shared()358 bpf_link__destroy(parent_ingress_link); in test_shared()
Completed in 4 milliseconds