Searched refs:bpf_prog_get_fd_by_id_opts (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_get_fd_by_id_opts.c69 ret = bpf_prog_get_fd_by_id_opts(0, &fd_opts_rdonly);
70 if (!ASSERT_EQ(ret, -EINVAL, "bpf_prog_get_fd_by_id_opts"))
/linux-master/tools/lib/bpf/
H A Dbpf.h492 LIBBPF_API int bpf_prog_get_fd_by_id_opts(__u32 id,
H A Dbpf.c1047 int bpf_prog_get_fd_by_id_opts(__u32 id, function
1067 return bpf_prog_get_fd_by_id_opts(id, NULL);

Completed in 85 milliseconds