Searched refs:bpf_verifier_state (Results 1 – 2 of 2) sorted by relevance
240 struct bpf_verifier_state { struct243 struct bpf_verifier_state *parent; argument320 struct bpf_verifier_state state; argument424 struct bpf_verifier_state *cur_state; /* current verifier state */481 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
170 struct bpf_verifier_state st;605 struct bpf_verifier_state *cur = env->cur_state; in func()894 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()901 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()930 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state()931 const struct bpf_verifier_state *src) in copy_verifier_state()970 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts()990 struct bpf_verifier_state *cur = env->cur_state; in pop_stack()1016 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack()1020 struct bpf_verifier_state *cur = env->cur_state; in push_stack()[all …]