Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1327 static __always_inline __bpfcall unsigned int bpf_dispatcher_nop_func( in bpf_dispatcher_nop_func() function
1407 DEFINE_STATIC_CALL(bpf_dispatcher_##name##_call, bpf_dispatcher_nop_func)
1490 #define BPF_DISPATCHER_FUNC(name) bpf_dispatcher_nop_func
H A Dfilter.h725 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()