Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dfilter.h609 static __always_inline u32 __bpf_prog_run(const struct bpf_prog *prog, in __bpf_prog_run() function
635 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()
/linux-5.19.10/Documentation/bpf/
Dclassic_vs_extended.rst104 returns will be seamless. Without JIT, __bpf_prog_run() interpreter needs to
108 already placed into R1 (e.g. on __bpf_prog_run() startup) and the programs
/linux-5.19.10/kernel/bpf/
Dcore.c2034 #define PROG_NAME(stack_size) __bpf_prog_run##stack_size