Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h330 struct bpf_verifier_state { struct
333 struct bpf_verifier_state *parent; argument
404 struct bpf_verifier_state *loop_entry; argument
430 struct bpf_verifier_state *___vstate = __vst; \ argument
450 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()
/openbmc/linux/kernel/bpf/
H A Dverifier.c175 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 …]
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst383 struct bpf_verifier_state {
385 struct bpf_verifier_state *parent;