Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c18548 static struct bpf_iarray *iarray_realloc(struct bpf_iarray *old, size_t n_elem) in iarray_realloc() function
18627 jt = iarray_realloc(NULL, map->max_entries); in jt_from_map()
18679 jt = iarray_realloc(jt, old_cnt + jt_cur->cnt); in jt_from_subprog()
18778 jt = iarray_realloc(NULL, 2); in visit_tailcall_insn()
21007 env->gotox_tmp_buf = iarray_realloc(env->gotox_tmp_buf, in check_indirect_jump()
25941 env->succ = iarray_realloc(NULL, 2); in bpf_check()