Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dcg_storage_multi.c161 struct bpf_link *parent_ingress_link = NULL, *child_ingress_link = NULL; in test_isolated() local
223 child_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_isolated()
225 if (!ASSERT_OK_PTR(child_ingress_link, "child-ingress-cg-attach")) in test_isolated()
262 bpf_link__destroy(child_ingress_link); in test_isolated()
274 struct bpf_link *parent_ingress_link = NULL, *child_ingress_link = NULL; in test_shared() local
328 child_ingress_link = bpf_program__attach_cgroup(obj->progs.ingress, in test_shared()
330 if (!ASSERT_OK_PTR(child_ingress_link, "child-ingress-cg-attach")) in test_shared()
361 bpf_link__destroy(child_ingress_link); in test_shared()

Completed in 4 milliseconds