Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h384 struct bpf_verifier_state { struct
387 struct bpf_verifier_state *parent; argument
460 struct bpf_verifier_state *loop_entry; argument
486 struct bpf_verifier_state *___vstate = __vst; \ argument
510 struct bpf_verifier_state state;
714 struct bpf_verifier_state *cur_state; /* current verifier state */
816 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
/linux/kernel/bpf/
A Dverifier.c181 struct bpf_verifier_state st;
1475 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) in same_callsites()
1611 static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_state *st) in get_loop_entry()
1628 static void update_loop_entry(struct bpf_verifier_state *cur, struct bpf_verifier_state *hdr) in update_loop_entry()
8067 struct bpf_verifier_state *st; in find_prev_entry()
13013 static struct bpf_verifier_state *
13018 struct bpf_verifier_state *branch; in sanitize_speculative_path()
17139 struct bpf_verifier_state *st) in clean_verifier_state()
17578 struct bpf_verifier_state *old, in states_equal()
17579 struct bpf_verifier_state *cur, in states_equal()
[all …]
/linux/Documentation/bpf/
A Dverifier.rst383 struct bpf_verifier_state {
385 struct bpf_verifier_state *parent;

Completed in 45 milliseconds