Home
last modified time | relevance | path

Searched refs:bpf_dispatcher_nop_func (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Ddispatcher.c126 __BPF_DISPATCHER_UPDATE(d, new ?: (void *)&bpf_dispatcher_nop_func); in bpf_dispatcher_update()
/openbmc/linux/include/linux/
H A Dbpf.h1196 static __always_inline __nocfi unsigned int bpf_dispatcher_nop_func( in bpf_dispatcher_nop_func() function
1255 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
1335 #define BPF_DISPATCHER_FUNC(name) bpf_dispatcher_nop_func
H A Dfilter.h619 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()