Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_kmod.sh15 test_run() function
56 test_run 0 0
57 test_run 1 0
58 test_run 1 1
59 test_run 1 2
/Linux-v4.19/tools/testing/selftests/sparc64/drivers/
Ddrivers_test.sh6 test_run() function
29 test_run
/Linux-v4.19/net/bpf/
DMakefile1 obj-y := test_run.o
/Linux-v4.19/include/linux/
Dbpf.h232 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
/Linux-v4.19/net/core/
Dfilter.c6874 .test_run = bpf_prog_test_run_skb,
6886 .test_run = bpf_prog_test_run_skb,
6896 .test_run = bpf_prog_test_run_xdp,
6906 .test_run = bpf_prog_test_run_skb,
6916 .test_run = bpf_prog_test_run_skb,
6926 .test_run = bpf_prog_test_run_skb,
6937 .test_run = bpf_prog_test_run_skb,
6947 .test_run = bpf_prog_test_run_skb,
/Linux-v4.19/kernel/bpf/
Dsyscall.c1752 if (prog->aux->ops->test_run) in bpf_prog_test_run()
1753 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run()