Searched refs:cgroup_bind4 (Results 1 – 2 of 2) sorted by relevance
90 bpf_program__set_autoload(skel->progs.cgroup_bind4, true); in test_current_pid_tgid_cgrp()100 skel->links.cgroup_bind4 = bpf_program__attach_cgroup( in test_current_pid_tgid_cgrp()101 skel->progs.cgroup_bind4, cgroup_fd); in test_current_pid_tgid_cgrp()102 if (!ASSERT_OK_PTR(skel->links.cgroup_bind4, "bpf_program__attach_cgroup")) in test_current_pid_tgid_cgrp()
39 int cgroup_bind4(struct bpf_sock_addr *ctx) in cgroup_bind4() function