Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h3042 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog);
3325 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 Dfixups.c1380 bool has_kfunc_call = bpf_prog_has_kfunc_call(prog); in bpf_fixup_call_args()
H A Dcore.c2613 bpf_prog_has_kfunc_call(fp)) in __bpf_prog_select_runtime()
H A Dverifier.c3086 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function