Searched refs:bpf_verifier_state (Results 1 – 3 of 3) sorted by relevance
293 struct bpf_verifier_state { struct296 struct bpf_verifier_state *parent; argument376 struct bpf_verifier_state *___vstate = __vst; \ argument396 struct bpf_verifier_state state;525 struct bpf_verifier_state *cur_state; /* current verifier state */592 struct bpf_verifier_state *cur = env->cur_state; in cur_func()
172 struct bpf_verifier_state st;2784 struct bpf_verifier_state *cur) in push_jmp_history()3039 struct bpf_verifier_state *st) in mark_all_scalars_precise()7527 struct bpf_verifier_state *async_cb; in __check_func_call()10227 static struct bpf_verifier_state *10232 struct bpf_verifier_state *branch; in sanitize_speculative_path()13755 struct bpf_verifier_state *st) in clean_verifier_state()14065 struct bpf_verifier_state *old, in states_equal()14066 struct bpf_verifier_state *cur) in states_equal()14232 struct bpf_verifier_state *cur) in states_maybe_looping()[all …]
383 struct bpf_verifier_state {385 struct bpf_verifier_state *parent;
Completed in 31 milliseconds