Searched defs:bpf_verifier_state (Results 1 – 1 of 1) sorted by relevance
274 struct bpf_verifier_state { struct277 struct bpf_verifier_state *parent; argument323 u32 branches;324 u32 insn_idx;325 u32 curframe;326 u32 active_spin_lock;327 bool speculative;330 u32 first_insn_idx;331 u32 last_insn_idx;355 struct bpf_verifier_state *___vstate = __vst; \ argument