Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c58 bool run_prog, in test_fexit_bpf2bpf_common() argument
153 if (!run_prog) in test_fexit_bpf2bpf_common()
/Linux-v6.1/include/linux/
Dbpf.h1596 const void *ctx, bpf_prog_run_fn run_prog) in bpf_prog_run_array() argument
1614 ret &= run_prog(prog, ctx); in bpf_prog_run_array()
1634 const void *ctx, bpf_prog_run_fn run_prog) in bpf_prog_run_array_sleepable() argument
1658 ret &= run_prog(prog, ctx); in bpf_prog_run_array_sleepable()
/Linux-v6.1/kernel/bpf/
Dcgroup.c33 const void *ctx, bpf_prog_run_fn run_prog, in bpf_prog_run_array_cg() argument
51 func_ret = run_prog(prog, ctx); in bpf_prog_run_array_cg()