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

/linux-master/include/net/
H A Dxdp.h514 u32 act = __bpf_prog_run(prog, xdp, BPF_DISPATCHER_FUNC(xdp));
/linux-master/include/linux/
H A Dfilter.h638 static __always_inline u32 __bpf_prog_run(const struct bpf_prog *prog, function
664 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func);
/linux-master/kernel/bpf/
H A Dcore.c2200 #define PROG_NAME(stack_size) __bpf_prog_run##stack_size
2964 /* To execute LD_ABS/LD_IND instructions __bpf_prog_run() may call

Completed in 130 milliseconds