Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h3461 int bpf_prog_test_run_syscall(struct bpf_prog *prog,
3538 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/linux/kernel/bpf/
H A Dsyscall.c6527 .test_run = bpf_prog_test_run_syscall,