Searched refs:bpf_prog_has_kfunc_call (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c2872 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) function
19361 bool has_kfunc_call = bpf_prog_has_kfunc_call(prog);
H A Dcore.c2377 bpf_prog_has_kfunc_call(fp))
/linux-master/include/linux/
H A Dbpf.h2600 bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog);
2866 static inline bool bpf_prog_has_kfunc_call(const struct bpf_prog *prog) function

Completed in 189 milliseconds