Searched refs:__BPF_PROG_RUN (Results 1 – 1 of 1) sorted by relevance
575 #define __BPF_PROG_RUN(prog, ctx, dfunc) ({ \ macro593 __BPF_PROG_RUN(prog, ctx, bpf_dispatcher_nop_func)612 ret = __BPF_PROG_RUN(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run_pin_on_cpu()758 return __BPF_PROG_RUN(prog, xdp, BPF_DISPATCHER_FUNC(xdp)); in DECLARE_BPF_DISPATCHER()