Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbpf.h558 struct bpf_prog_query_opts { struct
587 LIBBPF_API int bpf_prog_query_opts(int target, enum bpf_attach_type type,
588 struct bpf_prog_query_opts *opts);
Dbpf.c921 int bpf_prog_query_opts(int target, enum bpf_attach_type type, in bpf_prog_query_opts() function
922 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()
Dlibbpf.map359 bpf_prog_query_opts;