Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c74 int bind_link_fd = -1; in test_lsm_cgroup_functional() local
142 bind_link_fd = bpf_link_create(bind_prog_fd, cgroup_fd, in test_lsm_cgroup_functional()
144 if (!ASSERT_GE(bind_link_fd, 0, "link create bind_prog_fd")) in test_lsm_cgroup_functional()
152 err = bpf_link_update(bind_link_fd, bind_prog_fd2, &update_opts); in test_lsm_cgroup_functional()
289 close(bind_link_fd); in test_lsm_cgroup_functional()