Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dlsm_cgroup.c71 int bind_prog_fd2 = -1; in test_lsm_cgroup_functional() local
98 bind_prog_fd2 = bpf_program__fd(skel->progs.socket_bind2); in test_lsm_cgroup_functional()
152 err = bpf_link_update(bind_link_fd, bind_prog_fd2, &update_opts); in test_lsm_cgroup_functional()
165 bind_link_fd2 = bpf_link_create(bind_prog_fd2, cgroup_fd2, in test_lsm_cgroup_functional()