Searched refs:bpf_prog_query_opts (Results 1 – 3 of 3) sorted by relevance
558 struct bpf_prog_query_opts { struct587 LIBBPF_API int bpf_prog_query_opts(int target, enum bpf_attach_type type,588 struct bpf_prog_query_opts *opts);
921 int bpf_prog_query_opts(int target, enum bpf_attach_type type, in bpf_prog_query_opts() function922 struct bpf_prog_query_opts *opts) in bpf_prog_query_opts()928 if (!OPTS_VALID(opts, bpf_prog_query_opts)) in bpf_prog_query_opts()953 LIBBPF_OPTS(bpf_prog_query_opts, opts); in bpf_prog_query()960 ret = bpf_prog_query_opts(target_fd, type, &opts); in bpf_prog_query()
359 bpf_prog_query_opts;