Searched refs:bpf_iarray (Results 1 – 4 of 4) sorted by relevance
185 struct bpf_iarray *bpf_iarray_realloc(struct bpf_iarray *old, size_t n_elem) in bpf_iarray_realloc()187 size_t new_size = sizeof(struct bpf_iarray) + n_elem * sizeof(old->items[0]); in bpf_iarray_realloc()188 struct bpf_iarray *new; in bpf_iarray_realloc()258 static struct bpf_iarray *jt_from_map(struct bpf_map *map) in jt_from_map()260 struct bpf_iarray *jt; in jt_from_map()289 static struct bpf_iarray *jt_from_subprog(struct bpf_verifier_env *env, in jt_from_subprog()292 struct bpf_iarray *jt = NULL; in jt_from_subprog()294 struct bpf_iarray *jt_cur; in jt_from_subprog()341 static struct bpf_iarray *346 struct bpf_iarray *jt; in create_jt()[all …]
217 inline struct bpf_iarray *248 struct bpf_iarray *succ, *jt; in bpf_insn_successors()277 struct bpf_iarray *succ; in update_insn()1680 struct bpf_iarray *succ; in compute_subprog_args()2273 struct bpf_iarray *succ; in bpf_compute_live_registers()
240 struct bpf_iarray *succ; in bpf_compute_const_regs()
637 struct bpf_iarray { struct673 struct bpf_iarray *jt; /* jump table for gotox or bpf_tailcall call instruction */1044 struct bpf_iarray *succ;1045 struct bpf_iarray *gotox_tmp_buf;1481 struct bpf_iarray *bpf_insn_successors(struct bpf_verifier_env *env, u32 idx);1608 struct bpf_iarray *bpf_iarray_realloc(struct bpf_iarray *old, size_t n_elem);