Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h2463 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog);
2708 static inline bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
/openbmc/linux/kernel/bpf/
H A Dcore.c2368 bpf_prog_has_kfunc_call(fp)) in bpf_prog_select_runtime()
H A Dverifier.c2993 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
18702 bool has_kfunc_call = bpf_prog_has_kfunc_call(prog); in fixup_call_args()