Lines Matching refs:bpf_iarray
175 struct bpf_iarray *bpf_iarray_realloc(struct bpf_iarray *old, size_t n_elem) in bpf_iarray_realloc()
177 size_t new_size = sizeof(struct bpf_iarray) + n_elem * sizeof(old->items[0]); in bpf_iarray_realloc()
178 struct bpf_iarray *new; in bpf_iarray_realloc()
248 static struct bpf_iarray *jt_from_map(struct bpf_map *map) in jt_from_map()
250 struct bpf_iarray *jt; in jt_from_map()
279 static struct bpf_iarray *jt_from_subprog(struct bpf_verifier_env *env, in jt_from_subprog()
282 struct bpf_iarray *jt = NULL; in jt_from_subprog()
284 struct bpf_iarray *jt_cur; in jt_from_subprog()
326 static struct bpf_iarray *
331 struct bpf_iarray *jt; in create_jt()
360 struct bpf_iarray *jt; in visit_gotox_insn()
405 struct bpf_iarray *jt; in visit_abnormal_return_insn()
659 struct bpf_iarray *succ; in bpf_compute_postorder()
720 struct bpf_iarray *succ; in bpf_compute_scc()