Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h712 static __always_inline __nocfi unsigned int bpf_dispatcher_nop_func( in bpf_dispatcher_nop_func() function
789 #define BPF_DISPATCHER_FUNC(name) bpf_dispatcher_nop_func
Dfilter.h631 return __bpf_prog_run(prog, ctx, bpf_dispatcher_nop_func); in bpf_prog_run()