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.h3039 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog);
3322 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.c2557 bpf_prog_has_kfunc_call(fp)) in bpf_prog_select_runtime()
H A Dverifier.c3585 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
23113 bool has_kfunc_call = bpf_prog_has_kfunc_call(prog); in fixup_call_args()