Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dverifier.c6820 int subprog, target_insn; in check_func_call() local
6822 target_insn = *insn_idx + insn->imm + 1; in check_func_call()
6823 subprog = find_subprog(env, target_insn); in check_func_call()
6826 target_insn); in check_func_call()