Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h319 struct bpf_verifier_state { struct
322 struct bpf_verifier_state *parent; argument
402 struct bpf_verifier_state *___vstate = __vst; \ argument
422 struct bpf_verifier_state state;
582 struct bpf_verifier_state *cur_state; /* current verifier state */
658 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
/Linux-v6.6/kernel/bpf/
Dverifier.c175 struct bpf_verifier_state st;
676 struct bpf_verifier_state *cur = env->cur_state; in func()
1702 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()
1709 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()
1738 static int copy_verifier_state(struct bpf_verifier_state *dst_state, in copy_verifier_state()
1739 const struct bpf_verifier_state *src) in copy_verifier_state()
1780 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts()
1800 struct bpf_verifier_state *cur = env->cur_state; in pop_stack()
1826 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack()
1830 struct bpf_verifier_state *cur = env->cur_state; in push_stack()
[all …]
/Linux-v6.6/Documentation/bpf/
Dverifier.rst383 struct bpf_verifier_state {
385 struct bpf_verifier_state *parent;