Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h3007 int bpf_prog_test_run_syscall(struct bpf_prog *prog,
3084 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/linux/net/bpf/
H A Dtest_run.c1531 int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/linux/kernel/bpf/
H A Dsyscall.c5982 .test_run = bpf_prog_test_run_syscall,