Home
last modified time | relevance | path

Searched refs:bpf_test_run_opts (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.h256 struct bpf_test_run_opts { struct
279 struct bpf_test_run_opts *opts); argument
H A Dbpf.c727 int bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) in bpf_prog_test_run_opts()
732 if (!OPTS_VALID(opts, bpf_test_run_opts)) in bpf_prog_test_run_opts()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dpe_preserve_elems.c13 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts); in test_one_map()
H A Draw_tp_test_run.c19 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts, in test_raw_tp_test_run()
H A Dsk_lookup.c1061 DECLARE_LIBBPF_OPTS(bpf_test_run_opts, opts, in run_sk_assign()