Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c9847 static int prepare_func_exit(struct bpf_verifier_env *env, int *insn_idx) in get_constant_map_key()
10761 err = prepare_func_exit(env, &env->insn_idx); in btf_check_func_arg_match()
16718 err = prepare_func_exit(env, &env->insn_idx); in is_scalar_branch_taken()
17422 * prepare_func_exit to handle the case when
17434 /* The side effect of the prepare_func_exit which is in sync_linked_regs()
17448 err = prepare_func_exit(env, &env->insn_idx); in sync_linked_regs()
11234 static int prepare_func_exit(struct bpf_verifier_env *env, int *insn_idx) prepare_func_exit() function