Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c18583 static struct bpf_iarray *iarray_realloc(struct bpf_iarray *old, size_t n_elem) in iarray_realloc() function
18662 jt = iarray_realloc(NULL, map->max_entries); in jt_from_map()
18714 jt = iarray_realloc(jt, old_cnt + jt_cur->cnt); in jt_from_subprog()
18813 jt = iarray_realloc(NULL, 2); in visit_tailcall_insn()
21051 env->gotox_tmp_buf = iarray_realloc(env->gotox_tmp_buf, in check_indirect_jump()
25985 env->succ = iarray_realloc(NULL, 2); in bpf_check()