Searched refs:bpf_get_fd_by_id_opts (Results 1 – 3 of 3) sorted by relevance
464 struct bpf_get_fd_by_id_opts { struct473 const struct bpf_get_fd_by_id_opts *opts); argument476 const struct bpf_get_fd_by_id_opts *opts);479 const struct bpf_get_fd_by_id_opts *opts);482 const struct bpf_get_fd_by_id_opts *opts);
1025 const struct bpf_get_fd_by_id_opts *opts) in bpf_prog_get_fd_by_id_opts()1031 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_prog_get_fd_by_id_opts()1048 const struct bpf_get_fd_by_id_opts *opts) in bpf_map_get_fd_by_id_opts()1054 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_map_get_fd_by_id_opts()1071 const struct bpf_get_fd_by_id_opts *opts) in bpf_btf_get_fd_by_id_opts()1077 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_btf_get_fd_by_id_opts()1094 const struct bpf_get_fd_by_id_opts *opts) in bpf_link_get_fd_by_id_opts()1100 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_link_get_fd_by_id_opts()
19 LIBBPF_OPTS(bpf_get_fd_by_id_opts, fd_opts_rdonly, in test_libbpf_get_fd_by_id_opts()