Searched refs:__bpf_prog_run (Results 1 – 3 of 3) sorted by relevance
609 static __always_inline u32 __bpf_prog_run(const struct bpf_prog *prog, in __bpf_prog_run() function635 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()803 u32 act = __bpf_prog_run(prog, xdp, BPF_DISPATCHER_FUNC(xdp)); in bpf_prog_run_xdp()
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
2034 #define PROG_NAME(stack_size) __bpf_prog_run##stack_size