Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dlibbpf_get_fd_by_id_opts.c69 ret = bpf_prog_get_fd_by_id_opts(0, &fd_opts_rdonly); in test_libbpf_get_fd_by_id_opts()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.map377 bpf_prog_get_fd_by_id_opts;
Dbpf.h472 LIBBPF_API int bpf_prog_get_fd_by_id_opts(__u32 id,
Dbpf.c1024 int bpf_prog_get_fd_by_id_opts(__u32 id, in bpf_prog_get_fd_by_id_opts() function
1044 return bpf_prog_get_fd_by_id_opts(id, NULL); in bpf_prog_get_fd_by_id()