Searched refs:__bpf_prog_run (Results 1 – 3 of 3) sorted by relevance
104 returns will be seamless. Without JIT, __bpf_prog_run() interpreter needs to108 already placed into R1 (e.g. on __bpf_prog_run() startup) and the programs
700 static __always_inline u32 __bpf_prog_run(const struct bpf_prog *prog, in __bpf_prog_run() function730 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()
2293 #define PROG_NAME(stack_size) __bpf_prog_run##stack_size