Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcfg.c175 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()
[all …]
H A Dliveness.c217 inline struct bpf_iarray *
248 struct bpf_iarray *succ, *jt; in bpf_insn_successors()
278 struct bpf_iarray *succ; in update_insn()
1600 struct bpf_iarray *succ; in compute_subprog_args()
2159 struct bpf_iarray *succ; in bpf_compute_live_registers()
/linux/include/linux/
H A Dbpf_verifier.h572 struct bpf_iarray { struct
608 struct bpf_iarray *jt; /* jump table for gotox or bpf_tailcall call instruction */
924 struct bpf_iarray *succ;
925 struct bpf_iarray *gotox_tmp_buf;
1307 struct bpf_iarray *bpf_insn_successors(struct bpf_verifier_env *env, u32 idx);
1393 struct bpf_iarray *bpf_iarray_realloc(struct bpf_iarray *old, size_t n_elem);