Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1955 int bpf_prog_test_run_syscall(struct bpf_prog *prog,
1990 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/Linux-v5.15/net/bpf/
Dtest_run.c1023 int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/Linux-v5.15/kernel/bpf/
Dsyscall.c4780 .test_run = bpf_prog_test_run_syscall,