bpf_is_throw_kfunc
bool bpf_is_throw_kfunc(struct bpf_insn *insn);
if (ret == 0 && bpf_is_throw_kfunc(insn))
if (bpf_is_throw_kfunc(insn))
if (!bpf_is_throw_kfunc(insn + i))