Home
last modified time | relevance | path

Searched refs:bpf_get_fd_by_id_opts (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dbpf.h469 struct bpf_get_fd_by_id_opts { struct
478 const struct bpf_get_fd_by_id_opts *opts);
481 const struct bpf_get_fd_by_id_opts *opts);
484 const struct bpf_get_fd_by_id_opts *opts);
487 const struct bpf_get_fd_by_id_opts *opts);
H A Dbpf.c1041 const struct bpf_get_fd_by_id_opts *opts) in bpf_prog_get_fd_by_id_opts()
1047 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_prog_get_fd_by_id_opts()
1064 const struct bpf_get_fd_by_id_opts *opts) in bpf_map_get_fd_by_id_opts()
1070 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_map_get_fd_by_id_opts()
1087 const struct bpf_get_fd_by_id_opts *opts) in bpf_btf_get_fd_by_id_opts()
1093 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_btf_get_fd_by_id_opts()
1110 const struct bpf_get_fd_by_id_opts *opts) in bpf_link_get_fd_by_id_opts()
1116 if (!OPTS_VALID(opts, bpf_get_fd_by_id_opts)) in bpf_link_get_fd_by_id_opts()

Completed in 4 milliseconds