Home
last modified time | relevance | path

Searched refs:bpf_jit_supports_kfunc_call (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/linux/
Dfilter.h952 bool bpf_jit_supports_kfunc_call(void);
/linux-5.19.10/arch/arm64/net/
Dbpf_jit_comp.c1513 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/linux-5.19.10/arch/x86/net/
Dbpf_jit_comp.c2498 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
Dbpf_jit_comp32.c2621 bool bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
/linux-5.19.10/kernel/bpf/
Dcore.c2720 bool __weak bpf_jit_supports_kfunc_call(void) in bpf_jit_supports_kfunc_call() function
Dverifier.c2011 if (!bpf_jit_supports_kfunc_call()) { in add_kfunc_call()