Symbol: bpf_iarray
include/linux/bpf_verifier.h
1017
struct bpf_iarray *succ;
include/linux/bpf_verifier.h
1018
struct bpf_iarray *gotox_tmp_buf;
include/linux/bpf_verifier.h
1405
struct bpf_iarray *bpf_insn_successors(struct bpf_verifier_env *env, u32 idx);
include/linux/bpf_verifier.h
1506
struct bpf_iarray *bpf_iarray_realloc(struct bpf_iarray *old, size_t n_elem);
include/linux/bpf_verifier.h
671
struct bpf_iarray *jt; /* jump table for gotox or bpf_tailcall call instruction */
kernel/bpf/cfg.c
175
struct bpf_iarray *bpf_iarray_realloc(struct bpf_iarray *old, size_t n_elem)
kernel/bpf/cfg.c
177
size_t new_size = sizeof(struct bpf_iarray) + n_elem * sizeof(old->items[0]);
kernel/bpf/cfg.c
178
struct bpf_iarray *new;
kernel/bpf/cfg.c
248
static struct bpf_iarray *jt_from_map(struct bpf_map *map)
kernel/bpf/cfg.c
250
struct bpf_iarray *jt;
kernel/bpf/cfg.c
279
static struct bpf_iarray *jt_from_subprog(struct bpf_verifier_env *env,
kernel/bpf/cfg.c
282
struct bpf_iarray *jt = NULL;
kernel/bpf/cfg.c
284
struct bpf_iarray *jt_cur;
kernel/bpf/cfg.c
326
static struct bpf_iarray *
kernel/bpf/cfg.c
331
struct bpf_iarray *jt;
kernel/bpf/cfg.c
360
struct bpf_iarray *jt;
kernel/bpf/cfg.c
405
struct bpf_iarray *jt;
kernel/bpf/cfg.c
659
struct bpf_iarray *succ;
kernel/bpf/cfg.c
720
struct bpf_iarray *succ;
kernel/bpf/const_fold.c
246
struct bpf_iarray *succ;
kernel/bpf/liveness.c
1687
struct bpf_iarray *succ;
kernel/bpf/liveness.c
217
inline struct bpf_iarray *
kernel/bpf/liveness.c
2254
struct bpf_iarray *succ;
kernel/bpf/liveness.c
248
struct bpf_iarray *succ, *jt;
kernel/bpf/liveness.c
278
struct bpf_iarray *succ;