Searched refs:is_bpf_throw_kfunc (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c506 static bool is_bpf_throw_kfunc(struct bpf_insn *insn);
5931 if (!is_bpf_throw_kfunc(insn + i))
11471 static bool is_bpf_throw_kfunc(struct bpf_insn *insn) function
17970 if (!err && is_bpf_throw_kfunc(insn)) {

Completed in 379 milliseconds