Home
last modified time | relevance | path

Searched refs:bpf_prog_test_run_syscall (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dbpf.h2391 int bpf_prog_test_run_syscall(struct bpf_prog *prog,
2430 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/Linux-v6.1/net/bpf/
Dtest_run.c1604 int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/Linux-v6.1/kernel/bpf/
Dsyscall.c5232 .test_run = bpf_prog_test_run_syscall,