Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c9032 int subprog, target_insn; in check_func_call() local
9034 target_insn = *insn_idx + insn->imm + 1; in check_func_call()
9035 subprog = find_subprog(env, target_insn); in check_func_call()
9038 target_insn); in check_func_call()