Home
last modified time | relevance | path

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

/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_multi.c196 attach_opts.replace_prog_fd = allow_prog[0]; in test_cgroup_attach_multi()
211 attach_opts.replace_prog_fd = -1; in test_cgroup_attach_multi()
219 attach_opts.replace_prog_fd = allow_prog[3]; in test_cgroup_attach_multi()
227 attach_opts.replace_prog_fd = allow_prog[0]; in test_cgroup_attach_multi()
234 attach_opts.replace_prog_fd = allow_prog[6]; in test_cgroup_attach_multi()
/linux-5.10/tools/lib/bpf/
Dbpf.h158 int replace_prog_fd; member
160 #define bpf_prog_attach_opts__last_field replace_prog_fd
Dbpf.c557 attr.replace_bpf_fd = OPTS_GET(opts, replace_prog_fd, 0); in bpf_prog_attach_xattr()