Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c93 struct bpf_link *parent_link = NULL, *child_link = NULL; in test_egress_only() local
107 parent_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only()
109 if (!ASSERT_OK_PTR(parent_link, "parent-cg-attach")) in test_egress_only()
152 bpf_link__destroy(parent_link); in test_egress_only()