Searched refs:test_run (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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-v5.4/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 6 test_run() function 29 test_run
|
/Linux-v5.4/net/bpf/ |
D | Makefile | 2 obj-$(CONFIG_BPF_SYSCALL) := test_run.o
|
/Linux-v5.4/net/core/ |
D | filter.c | 8475 .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/ |
D | bpf.h | 301 int (*test_run)(struct bpf_prog *prog, const union bpf_attr *kattr, member
|
/Linux-v5.4/kernel/bpf/ |
D | syscall.c | 2119 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()
|