Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dxdp.h489 u32 act = __bpf_prog_run(prog, xdp, BPF_DISPATCHER_FUNC(xdp)); in bpf_prog_run_xdp()
/openbmc/linux/Documentation/bpf/
H A 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
/openbmc/linux/include/linux/
H A Dfilter.h593 static __always_inline u32 __bpf_prog_run(const struct bpf_prog *prog, in __bpf_prog_run() function
619 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()
/openbmc/linux/kernel/bpf/
H A Dcore.c2170 #define PROG_NAME(stack_size) __bpf_prog_run##stack_size