Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/bpf/
A Dbpf.h369 struct bpf_get_fd_by_id_opts { struct
378 const struct bpf_get_fd_by_id_opts *opts); argument
381 const struct bpf_get_fd_by_id_opts *opts);
384 const struct bpf_get_fd_by_id_opts *opts);
387 const struct bpf_get_fd_by_id_opts *opts);
A Dbpf.c939 const struct bpf_get_fd_by_id_opts *opts) in bpf_prog_get_fd_by_id_opts()
945 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_prog_get_fd_by_id_opts()
962 const struct bpf_get_fd_by_id_opts *opts) in bpf_map_get_fd_by_id_opts()
968 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_map_get_fd_by_id_opts()
985 const struct bpf_get_fd_by_id_opts *opts) in bpf_btf_get_fd_by_id_opts()
991 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_btf_get_fd_by_id_opts()
1008 const struct bpf_get_fd_by_id_opts *opts) in bpf_link_get_fd_by_id_opts()
1014 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_link_get_fd_by_id_opts()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dlibbpf_get_fd_by_id_opts.c19 LIBBPF_OPTS(bpf_get_fd_by_id_opts, fd_opts_rdonly, in test_libbpf_get_fd_by_id_opts()

Completed in 8 milliseconds