Home
last modified time | relevance | path

Searched refs:bpf_object_open_opts (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c71 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_fexit_bpf2bpf_common()
240 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace()
318 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_obj_load_failure_common()
H A Dreference_tracking.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
H A Dprobe_user.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in test_probe_user()
H A Dcore_extern.c131 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
H A Dpinning.c41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.h68 struct bpf_object_open_opts { struct
101 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); argument
104 const struct bpf_object_open_opts *opts);
750 const struct bpf_object_open_opts *opts);
H A Dlibbpf.c2335 const struct bpf_object_open_opts *opts) in bpf_object__init_maps()
6940 const struct bpf_object_open_opts *opts) in __bpf_object__open()
6954 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open()
7019 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in __bpf_object__open_xattr()
7047 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
7059 const struct bpf_object_open_opts *opts) in bpf_object__open_mem()
7071 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_object__open_buffer()
10786 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton()
10788 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
/OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/
H A Diterators.skel.h46 iterators_bpf__open_opts(const struct bpf_object_open_opts *opts) in iterators_bpf__open_opts()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst86 **_opts** variants accepts extra **bpf_object_open_opts**
221 const struct bpf_object_open_opts *opts);
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dgen.c275 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
H A Dprog.c1364 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options()