Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/tools/testing/selftests/sparc64/drivers/
Ddrivers_test.sh6 test_run() function
29 test_run
/Linux-v5.4/net/bpf/
DMakefile2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
/Linux-v5.4/net/core/
Dfilter.c8475 .test_run = bpf_prog_test_run_skb,
8487 .test_run = bpf_prog_test_run_skb,
8498 .test_run = bpf_prog_test_run_xdp,
8508 .test_run = bpf_prog_test_run_skb,
8518 .test_run = bpf_prog_test_run_skb,
8528 .test_run = bpf_prog_test_run_skb,
8539 .test_run = bpf_prog_test_run_skb,
8549 .test_run = bpf_prog_test_run_skb,
8606 .test_run = bpf_prog_test_run_flow_dissector,
/Linux-v5.4/include/linux/
Dbpf.h301 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
/Linux-v5.4/kernel/bpf/
Dsyscall.c2119 if (prog->aux->ops->test_run) in bpf_prog_test_run()
2120 ret = prog->aux->ops->test_run(prog, attr, uattr); in bpf_prog_test_run()