Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c5862 int subprog, target_insn; in check_func_call() local
5864 target_insn = *insn_idx + insn->imm + 1; in check_func_call()
5865 subprog = find_subprog(env, target_insn); in check_func_call()
5868 target_insn); in check_func_call()