Searched refs:bpf_get_fd_by_id_opts (Results 1 – 3 of 3) sorted by relevance
487 struct bpf_get_fd_by_id_opts { struct496 const struct bpf_get_fd_by_id_opts *opts); argument499 const struct bpf_get_fd_by_id_opts *opts);502 const struct bpf_get_fd_by_id_opts *opts);505 const struct bpf_get_fd_by_id_opts *opts);
1052 const struct bpf_get_fd_by_id_opts *opts) in bpf_prog_get_fd_by_id_opts()1058 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_prog_get_fd_by_id_opts()1075 const struct bpf_get_fd_by_id_opts *opts) in bpf_map_get_fd_by_id_opts()1081 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_map_get_fd_by_id_opts()1098 const struct bpf_get_fd_by_id_opts *opts) in bpf_btf_get_fd_by_id_opts()1104 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_btf_get_fd_by_id_opts()1121 const struct bpf_get_fd_by_id_opts *opts) in bpf_link_get_fd_by_id_opts()1127 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()