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/ |
D | fexit_bpf2bpf.c | 71 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()
|
D | reference_tracking.c | 8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in test_reference_tracking()
|
D | probe_user.c | 8 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, ); in test_probe_user()
|
D | core_extern.c | 131 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_core_extern()
|
D | pinning.c | 41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | libbpf.h | 68 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);
|
D | libbpf.c | 2335 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/ |
D | iterators.skel.h | 46 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/ |
D | bpftool-gen.rst | 86 **_opts** variants accepts extra **bpf_object_open_opts** 221 const struct bpf_object_open_opts *opts);
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | gen.c | 275 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
|
D | prog.c | 1364 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options()
|