Searched refs:bpf_verifier_state (Results 1 – 3 of 3) sorted by relevance
330 struct bpf_verifier_state { struct333 struct bpf_verifier_state *parent; argument404 struct bpf_verifier_state *loop_entry; argument430 struct bpf_verifier_state *___vstate = __vst; \ argument450 struct bpf_verifier_state state;614 struct bpf_verifier_state *cur_state; /* current verifier state */690 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
175 struct bpf_verifier_state st;687 struct bpf_verifier_state *cur = env->cur_state; in func()1722 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()1729 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()1758 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state()1759 const struct bpf_verifier_state *src) in copy_verifier_state()1810 struct bpf_verifier_state *cur = env->cur_state; in explored_state()1816 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) in same_callsites()1952 static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_state *st) in get_loop_entry()1954 struct bpf_verifier_state *topmost = st->loop_entry, *old; in get_loop_entry()[all …]
383 struct bpf_verifier_state {385 struct bpf_verifier_state *parent;