/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | flow_dissector_reattach.c | 124 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_link_create() 149 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_prog_attach_link_create() 176 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_prog_attach() 199 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_prog_detach() 243 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_create_close_query() 260 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_no_old_prog() 285 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_replace_old_prog() 310 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_same_prog() 335 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_opts() 395 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_prog() [all …]
|
H A D | kprobe_multi_test.c | 60 static void test_link_api(struct bpf_link_create_opts *opts) in test_link_api() 99 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_addrs() 118 LIBBPF_OPTS(bpf_link_create_opts, opts); in test_link_api_syms()
|
H A D | bpf_cookie.c | 103 LIBBPF_OPTS(bpf_link_create_opts, opts); in kprobe_multi_link_api_subtest() 422 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in tracing_subtest() 474 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in lsm_subtest()
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf.h | 393 struct bpf_link_create_opts { struct 445 const struct bpf_link_create_opts *opts);
|
H A D | features.c | 374 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in probe_uprobe_multi_link()
|
H A D | bpf.c | 726 const struct bpf_link_create_opts *opts) in bpf_link_create() 733 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
|
H A D | libbpf.c | 10692 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, in bpf_program__attach_perf_event_opts() 11386 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_kprobe_multi_opts() 11818 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_uprobe_multi() 12436 LIBBPF_OPTS(bpf_link_create_opts, link_opts); in bpf_program__attach_btf_id() 12500 const struct bpf_link_create_opts *opts) in bpf_program_attach_fd() 12554 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_tcx() 12589 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_netkit() 12638 LIBBPF_OPTS(bpf_link_create_opts, target_opts); in bpf_program__attach_freplace() 12660 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_iter() 12705 LIBBPF_OPTS(bpf_link_create_opts, lopts); in bpf_program__attach_netfilter()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf.h | 393 struct bpf_link_create_opts { struct 445 const struct bpf_link_create_opts *opts);
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | xsk.c | 492 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in xsk_create_bpf_link() 725 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = XDP_FLAGS_SKB_MODE); in xsk_probe_bpf_link()
|
H A D | xskxceiver.c | 1869 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = flags); in is_xdp_supported()
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.c | 1852 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bcc_iter_attach()
|
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/ |
D | bindgen.rs | 3401 pub struct bpf_link_create_opts { struct 3501 impl Default for bpf_link_create_opts { implementation 3515 opts: *const bpf_link_create_opts, in bpf_link_create() argument
|
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindgen.rs | 3401 pub struct bpf_link_create_opts { struct 3501 impl Default for bpf_link_create_opts { implementation 3515 opts: *const bpf_link_create_opts, in bpf_link_create() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 5071 pub struct bpf_link_create_opts { struct 5171 impl Default for bpf_link_create_opts { implementation 5185 opts: *const bpf_link_create_opts, in bpf_link_create() argument
|