Searched refs:bpf_prog_load_opts (Results 1 – 25 of 31) sorted by relevance
12
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | raw_tp_writable_test_run.c | 20 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_raw_tp_writable_test_run() 38 LIBBPF_OPTS(bpf_prog_load_opts, skb_opts, in serial_test_raw_tp_writable_test_run()
|
D | raw_tp_writable_reject_nbd_invalid.c | 21 LIBBPF_OPTS(bpf_prog_load_opts, opts, in test_raw_tp_writable_reject_nbd_invalid()
|
D | fexit_stress.c | 19 LIBBPF_OPTS(bpf_prog_load_opts, trace_opts, in serial_test_fexit_stress()
|
D | custom_sec_handlers.c | 22 struct bpf_prog_load_opts *opts, long cookie) in custom_prepare_load_prog()
|
D | log_buf.c | 151 LIBBPF_OPTS(bpf_prog_load_opts, opts); in bpf_prog_load_log_buf()
|
D | unpriv_bpf_disabled.c | 150 LIBBPF_OPTS(bpf_prog_load_opts, load_opts); in test_unpriv_bpf_disabled_negative()
|
D | align.c | 597 LIBBPF_OPTS(bpf_prog_load_opts, opts, in do_test_single()
|
D | fexit_bpf2bpf.c | 437 LIBBPF_OPTS(bpf_prog_load_opts, opts, in load_fentry()
|
D | sockopt.c | 855 LIBBPF_OPTS(bpf_prog_load_opts, opts, in load_prog()
|
/linux-6.1.9/tools/lib/bpf/ |
D | bpf.h | 64 struct bpf_prog_load_opts { struct 105 const struct bpf_prog_load_opts *opts); argument
|
D | bpf_gen_internal.h | 63 struct bpf_prog_load_opts *load_attr, int prog_idx);
|
D | libbpf_probes.c | 24 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_prog_load()
|
D | libbpf.h | 1420 struct bpf_prog_load_opts; /* defined in bpf.h */ 1432 struct bpf_prog_load_opts *opts, long cookie);
|
D | bpf.c | 233 const struct bpf_prog_load_opts *opts) in bpf_prog_load() 246 if (!OPTS_VALID(opts, bpf_prog_load_opts)) in bpf_prog_load()
|
/linux-6.1.9/samples/bpf/ |
D | sock_example.c | 63 LIBBPF_OPTS(bpf_prog_load_opts, opts, in test_sock()
|
D | test_cgrp2_attach.c | 75 LIBBPF_OPTS(bpf_prog_load_opts, opts, in prog_load()
|
D | fds_example.c | 67 LIBBPF_OPTS(bpf_prog_load_opts, opts, in bpf_prog_create()
|
D | test_cgrp2_sock.c | 73 LIBBPF_OPTS(bpf_prog_load_opts, opts, in prog_load()
|
D | cookie_uid_helper_example.c | 160 LIBBPF_OPTS(bpf_prog_load_opts, opts, in prog_load()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | testing_helpers.c | 222 LIBBPF_OPTS(bpf_prog_load_opts, opts, in bpf_test_load_program()
|
D | test_sock.c | 390 LIBBPF_OPTS(bpf_prog_load_opts, opts); in load_sock_prog()
|
D | test_sock_addr.c | 647 LIBBPF_OPTS(bpf_prog_load_opts, opts); in load_insns()
|
/linux-6.1.9/tools/perf/tests/ |
D | bpf.c | 284 LIBBPF_OPTS(bpf_prog_load_opts, opts); in check_env()
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | feature.c | 522 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_prog_load_ifindex() 789 LIBBPF_OPTS(bpf_prog_load_opts, opts, in probe_misc_feature()
|
/linux-6.1.9/tools/perf/util/ |
D | bpf-event.c | 48 const struct bpf_prog_load_opts *opts) in bpf_prog_load()
|
12