Searched refs:bpf_verifier_state (Results 1 – 2 of 2) sorted by relevance
110 struct bpf_verifier_state *parent;129 struct bpf_verifier_state { struct132 struct bpf_verifier_state *parent; argument138 struct bpf_verifier_state state; argument191 struct bpf_verifier_state *cur_state; /* current verifier state */211 struct bpf_verifier_state *cur = env->cur_state; in cur_regs()
151 struct bpf_verifier_state st;280 struct bpf_verifier_state *cur = env->cur_state; in func()429 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()457 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state()458 const struct bpf_verifier_state *src) in copy_verifier_state()488 struct bpf_verifier_state *cur = env->cur_state; in pop_stack()512 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack()515 struct bpf_verifier_state *cur = env->cur_state; in push_stack()880 struct bpf_verifier_state *skip_callee(struct bpf_verifier_env *env, in skip_callee()881 const struct bpf_verifier_state *state, in skip_callee()[all …]