Home
last modified time | relevance | path

Searched refs:parent_ingress_link (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c165 struct bpf_link *parent_ingress_link = NULL, *child_ingress_link = NULL; in test_isolated() local
185 parent_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_isolated()
187 if (!ASSERT_OK_PTR(parent_ingress_link, "parent-ingress-cg-attach")) in test_isolated()
263 bpf_link__destroy(parent_ingress_link); in test_isolated()
278 struct bpf_link *parent_ingress_link = NULL, *child_ingress_link = NULL; in test_shared() local
298 parent_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_shared()
300 if (!ASSERT_OK_PTR(parent_ingress_link, "parent-ingress-cg-attach")) in test_shared()
362 bpf_link__destroy(parent_ingress_link); in test_shared()