Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbpf.h3113 int bpf_prog_test_run_syscall(struct bpf_prog *prog,
3190 static inline int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/linux-6.14.4/net/bpf/
Dtest_run.c1530 int bpf_prog_test_run_syscall(struct bpf_prog *prog, in bpf_prog_test_run_syscall() function
/linux-6.14.4/kernel/bpf/
Dsyscall.c6069 .test_run = bpf_prog_test_run_syscall,