Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dverifier.c6837 int subprog, target_insn; in check_func_call() local
6839 target_insn = *insn_idx + insn->imm + 1; in check_func_call()
6840 subprog = find_subprog(env, target_insn); in check_func_call()
6843 target_insn); in check_func_call()