Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance
216 struct bpf_verifier_state { struct219 struct bpf_verifier_state *parent; argument265 u32 branches;266 u32 insn_idx;267 u32 curframe;268 u32 active_spin_lock;269 bool speculative;272 u32 first_insn_idx;273 u32 last_insn_idx;297 struct bpf_verifier_state *___vstate = __vst; \ argument