Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h2606 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog);
2875 static inline bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
/linux/kernel/bpf/
H A Dcore.c2392 bpf_prog_has_kfunc_call(fp)) in bpf_prog_select_runtime()
H A Dverifier.c2884 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
19629 bool has_kfunc_call = bpf_prog_has_kfunc_call(prog); in fixup_call_args()