Searched refs:__BPF_PROG_RUN (Results 1 – 1 of 1) sorted by relevance
560 #define __BPF_PROG_RUN(prog, ctx, dfunc) ({ \ macro578 __BPF_PROG_RUN(prog, ctx, bpf_dispatcher_nop_func)597 ret = __BPF_PROG_RUN(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run_pin_on_cpu()743 return __BPF_PROG_RUN(prog, xdp, BPF_DISPATCHER_FUNC(xdp)); in DECLARE_BPF_DISPATCHER()