Searched refs:test_run (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 15 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/ |
D | drivers_test.sh | 6 test_run() function 29 test_run
|
/Linux-v4.19/net/bpf/ |
D | Makefile | 1 obj-y := test_run.o
|
/Linux-v4.19/include/linux/ |
D | bpf.h | 232 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
|
/Linux-v4.19/net/core/ |
D | filter.c | 6874 .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/ |
D | syscall.c | 1752 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()
|