Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c521 if (ret == 0 && bpf_is_throw_kfunc(insn)) in visit_insn()
H A Dverifier.c5407 if (!bpf_is_throw_kfunc(insn + i)) in check_max_stack_depth_subprog()
11798 bool bpf_is_throw_kfunc(struct bpf_insn *insn) in bpf_is_throw_kfunc() function
13368 if (bpf_is_throw_kfunc(insn)) in check_kfunc_call()
/linux/include/linux/
H A Dbpf_verifier.h1312 bool bpf_is_throw_kfunc(struct bpf_insn *insn);