Searched refs:bpf_dispatcher_nop_func (Results 1 – 3 of 3) sorted by relevance
126 __BPF_DISPATCHER_UPDATE(d, new ?: (void *)&bpf_dispatcher_nop_func); in bpf_dispatcher_update()
1176 static __always_inline __nocfi unsigned int bpf_dispatcher_nop_func( in bpf_dispatcher_nop_func() function1235 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)1315 #define BPF_DISPATCHER_FUNC(name) bpf_dispatcher_nop_func
616 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()