Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h2841 int bpf_prog_test_run_syscall(struct bpf_prog *prog,
2917 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/openbmc/linux/net/bpf/
H A Dtest_run.c1476 int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5735 .test_run = bpf_prog_test_run_syscall,