Searched refs:bpf_object_open_opts (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
| D | fexit_bpf2bpf.c | 72 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_fexit_bpf2bpf_common() 268 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in test_fmod_ret_freplace() 342 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 | core_autosize.c | 56 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_autosize()
|
| D | pinning.c | 41 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in test_pinning()
|
| D | core_reloc.c | 819 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in test_core_reloc()
|
| /Linux-v5.15/tools/lib/bpf/ |
| D | libbpf.h | 69 struct bpf_object_open_opts { struct 109 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts); argument 112 const struct bpf_object_open_opts *opts); 873 const struct bpf_object_open_opts *opts);
|
| D | libbpf.c | 2455 const struct bpf_object_open_opts *opts) in bpf_object__init_maps() 6372 const struct bpf_object_open_opts *opts) in __bpf_object__open() 6386 if (!OPTS_VALID(opts, bpf_object_open_opts)) in __bpf_object__open() 6467 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in __bpf_object__open_xattr() 6495 bpf_object__open_file(const char *path, const struct bpf_object_open_opts *opts) in bpf_object__open_file() 6507 const struct bpf_object_open_opts *opts) in bpf_object__open_mem() 6519 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts, in bpf_object__open_buffer() 10648 const struct bpf_object_open_opts *opts) in bpf_object__open_skeleton() 10650 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, skel_opts, in bpf_object__open_skeleton()
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 111 **_opts** variants accepts extra **bpf_object_open_opts** 268 const struct bpf_object_open_opts *opts);
|
| /Linux-v5.15/tools/bpf/bpftool/ |
| D | gen.c | 603 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, opts); in do_skeleton()
|
| D | prog.c | 1375 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts, in load_with_options() 1711 DECLARE_LIBBPF_OPTS(bpf_object_open_opts, open_opts); in do_loader()
|