Home
last modified time | relevance | path

Searched refs:bpf_verifier_state (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h216 struct bpf_verifier_state { struct
219 struct bpf_verifier_state *parent; argument
297 struct bpf_verifier_state *___vstate = __vst; \ argument
317 struct bpf_verifier_state state;
425 struct bpf_verifier_state *cur_state; /* current verifier state */
482 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c170 struct bpf_verifier_state st;
554 struct bpf_verifier_state *cur = env->cur_state; in func()
828 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()
835 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()
868 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state()
869 const struct bpf_verifier_state *src) in copy_verifier_state()
911 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts()
931 struct bpf_verifier_state *cur = env->cur_state; in pop_stack()
957 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack()
961 struct bpf_verifier_state *cur = env->cur_state; in push_stack()
[all …]