Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlsm_cgroup.c73 int post_create_prog_fd = -1; in test_lsm_cgroup_functional() local
99 post_create_prog_fd = bpf_program__fd(skel->progs.socket_post_create); in test_lsm_cgroup_functional()
128 err = bpf_prog_attach(post_create_prog_fd, cgroup_fd, in test_lsm_cgroup_functional()
135 attach_opts.replace_prog_fd = post_create_prog_fd; in test_lsm_cgroup_functional()