Searched refs:gotox_tmp_buf (Results 1 – 2 of 2) sorted by relevance
925 struct bpf_iarray *gotox_tmp_buf; member
17554 if (!env->gotox_tmp_buf || env->gotox_tmp_buf->cnt < max_index - min_index + 1) { in check_indirect_jump()17555 env->gotox_tmp_buf = bpf_iarray_realloc(env->gotox_tmp_buf, in check_indirect_jump()17557 if (!env->gotox_tmp_buf) in check_indirect_jump()17561 n = bpf_copy_insn_array_uniq(map, min_index, max_index, env->gotox_tmp_buf->items); in check_indirect_jump()17571 mark_indirect_target(env, env->gotox_tmp_buf->items[i]); in check_indirect_jump()17572 other_branch = push_stack(env, env->gotox_tmp_buf->items[i], in check_indirect_jump()17577 env->insn_idx = env->gotox_tmp_buf->items[n-1]; in check_indirect_jump()20215 kvfree(env->gotox_tmp_buf); in bpf_check()