Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance
243 struct bpf_verifier_state { struct246 struct bpf_verifier_state *parent; argument292 u32 branches;293 u32 insn_idx;294 u32 curframe;295 u32 active_spin_lock;296 bool speculative;299 u32 first_insn_idx;300 u32 last_insn_idx;324 struct bpf_verifier_state *___vstate = __vst; \ argument