Searched refs:link_child (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_multi.c11 struct bpf_link *link_child = NULL; local
44 link_child = bpf_program__attach_cgroup(obj->progs._getsockopt_child,
46 if (!ASSERT_OK_PTR(link_child, "cg-attach-getsockopt_child"))
114 bpf_link__destroy(link_child);
115 link_child = NULL;
152 bpf_link__destroy(link_child);
162 struct bpf_link *link_child = NULL; local
192 link_child = bpf_program__attach_cgroup(obj->progs._setsockopt,
194 if (!ASSERT_OK_PTR(link_child, "cg-attach-setsockopt_child"))
247 bpf_link__destroy(link_child);
[all...]

Completed in 114 milliseconds