Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
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()
Dreference_tracking.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
Dprobe_user.c8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in test_probe_user()
Dcore_extern.c131 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
Dpinning.c41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
/kernel/linux/linux-5.10/tools/lib/bpf/
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);
Dlibbpf.c2335 const struct bpf_object_open_opts *opts) in bpf_object__init_maps()
6943 const struct bpf_object_open_opts *opts) in __bpf_object__open()
6957 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open()
7022 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in __bpf_object__open_xattr()
7050 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file()
7062 const struct bpf_object_open_opts *opts) in bpf_object__open_mem()
7074 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_object__open_buffer()
10789 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton()
10791 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.skel.h46 iterators_bpf__open_opts(const struct bpf_object_open_opts *opts) in iterators_bpf__open_opts()
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst86 **_opts** variants accepts extra **bpf_object_open_opts**
221 const struct bpf_object_open_opts *opts);
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dgen.c275 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
Dprog.c1364 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options()