Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf.h1721 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog);
1933 static inline bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
/linux/kernel/bpf/
A Dcore.c1914 bpf_prog_has_kfunc_call(fp)) in bpf_prog_select_runtime()
A Dverifier.c1921 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) in bpf_prog_has_kfunc_call() function
12810 bool has_kfunc_call = bpf_prog_has_kfunc_call(prog); in fixup_call_args()

Completed in 37 milliseconds